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
Modifier and TypeFieldDescriptionboolean
Test 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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addSet
(int ind, SweepClassifierSet set) void
addSet
(SweepClassifierSet set) clone()
int
Get a set of data that describes all of the parameters in a classgetSet
(int i) int
void
remove
(int ind) void
remove
(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:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-