Class IDIClassifierParams
java.lang.Object
clickTrainDetector.classification.CTClassifierParams
clickTrainDetector.classification.idiClassifier.IDIClassifierParams
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
public class IDIClassifierParams
extends CTClassifierParams
implements Serializable, Cloneable, ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionThe maximum median ICIThe maximum median ICIThe maximum standard deviation in ICIThe minimum median ICI.The minimim median ICI.The minimum standard deviation in ICI.boolean
Use the mean ICI measurements.boolean
Use the median ICI measurementsboolean
Use the mean ICI measurementsFields inherited from class clickTrainDetector.classification.CTClassifierParams
classifierName, speciesFlag, type
-
Constructor Summary
-
Method Summary
Methods inherited from class clickTrainDetector.classification.CTClassifierParams
clone, getParameterSet, getUniqueID, newUniqueID, setUniqueID
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface PamModel.parametermanager.ManagedParameters
getParameterSet
-
Field Details
-
useMedianIDI
public boolean useMedianIDIUse the median ICI measurements -
minMedianIDI
The minimim median ICI. -
maxMedianIDI
The maximum median ICI -
useMeanIDI
public boolean useMeanIDIUse the mean ICI measurements. -
minMeanIDI
The minimum median ICI. -
maxMeanIDI
The maximum median ICI -
useStdIDI
public boolean useStdIDIUse the mean ICI measurements -
minStdIDI
The minimum standard deviation in ICI. -
maxStdIDI
The maximum standard deviation in ICI
-
-
Constructor Details
-
IDIClassifierParams
public IDIClassifierParams()
-