Class SweepClassifierParameters
java.lang.Object
clickDetector.ClickClassifiers.basicSweep.SweepClassifierParameters
- All Implemented Interfaces:
 Serializable,Cloneable,ManagedParameters
public class SweepClassifierParameters
extends Object
implements Serializable, Cloneable, ManagedParameters
- See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanTest a click with all classifiers and add an add an annotation to the click with info on all classifiers it passed.static final long - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddSet(int ind, SweepClassifierSet set) voidaddSet(SweepClassifierSet set) clone()intGet a set of data that describes all of the parameters in a classgetSet(int i) intvoidremove(int ind) voidremove(SweepClassifierSet set) void 
- 
Field Details
- 
serialVersionUID
public static final long serialVersionUID- See Also:
 
 - 
checkAllClassifiers
public boolean checkAllClassifiersTest a click with all classifiers and add an add an annotation to the click with info on all classifiers it passed. 
 - 
 - 
Constructor Details
- 
SweepClassifierParameters
public SweepClassifierParameters() 
 - 
 - 
Method Details
- 
clone
 - 
getNumSets
public int getNumSets() - 
getSet
 - 
addSet
 - 
addSet
 - 
getSetRow
 - 
remove
 - 
remove
public void remove(int ind)  - 
removeAll
public void removeAll() - 
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
 getParameterSetin interfaceManagedParameters- Returns:
 - description of the parameters in a class.
 
 
 -