public interface SVMTarget
This is the interface for objects that contain the model for a binary classification task.
| Modifier and Type | Method and Description | 
|---|---|
void | 
addItem(Object item)  | 
void | 
addItemTarget(Object item,
             double target)  | 
void | 
clear()  | 
double | 
getTarget(Object item)  | 
Set | 
items()  | 
Set | 
itemTargets()  | 
void | 
removeItem(Object item)  | 
void | 
setTarget(Object item,
         double target)  | 
Set itemTargets()
void setTarget(Object item, double target) throws UnsupportedOperationException
UnsupportedOperationExceptionvoid addItem(Object item) throws UnsupportedOperationException
UnsupportedOperationExceptionvoid addItemTarget(Object item, double target) throws UnsupportedOperationException
UnsupportedOperationExceptionvoid removeItem(Object item) throws UnsupportedOperationException
UnsupportedOperationExceptionvoid clear() throws UnsupportedOperationException
UnsupportedOperationExceptionCopyright © 2020 BioJava. All rights reserved.