Package org.biojava.stats.svm
Class SimpleItemValue
- java.lang.Object
-
- org.biojava.stats.svm.SimpleItemValue
-
- All Implemented Interfaces:
ItemValue
public class SimpleItemValue extends java.lang.Object implements ItemValue
A no-frills implementation of ItemValue.- Author:
- Matthew Pocock
-
-
Constructor Summary
Constructors Constructor Description SimpleItemValue(java.lang.Object item, double value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getItem()
double
getValue()
void
setValue(double value)
-
-
-
Constructor Detail
-
SimpleItemValue
public SimpleItemValue(java.lang.Object item, double value)
-
-