org.biojava.stats.svm
Interface ItemValue

All Known Implementing Classes:
SimpleItemValue

public interface ItemValue

A simple Object-double tuple.

Author:
Matthew Pocock

Method Summary
 java.lang.Object getItem()
           
 double getValue()
           
 void setValue(double value)
           
 

Method Detail

getItem

java.lang.Object getItem()

getValue

double getValue()

setValue

void setValue(double value)
              throws java.lang.UnsupportedOperationException
Throws:
java.lang.UnsupportedOperationException