org.biojava.stats.svm
Interface SVMTarget
- All Known Implementing Classes:
- AbstractSVMTarget, SimpleSVMTarget
- public interface SVMTarget
An SVM classifier model.
This is the interface for objects that contain the model for a binary
classification task.
- Author:
- Matthew Pocock
items
public Set items()
itemTargets
public Set itemTargets()
getTarget
public double getTarget(Object item)
setTarget
public void setTarget(Object item,
double target)
throws UnsupportedOperationException
- Throws:
UnsupportedOperationException
addItem
public void addItem(Object item)
throws UnsupportedOperationException
- Throws:
UnsupportedOperationException
addItemTarget
public void addItemTarget(Object item,
double target)
throws UnsupportedOperationException
- Throws:
UnsupportedOperationException
removeItem
public void removeItem(Object item)
throws UnsupportedOperationException
- Throws:
UnsupportedOperationException
clear
public void clear()
throws UnsupportedOperationException
- Throws:
UnsupportedOperationException