public interface AbstractClassifier
Modifier and Type | Method and Description |
---|---|
boolean |
classIsDiscrete() |
double |
getClassCutoff() |
java.lang.String[] |
getClassNames()
Get names of classes this model distinguishes between.
|
int |
getNClasses() |
void |
setClassContinuous()
Allow the class variable to be treated as continuous
|
void |
setClassCutoff(double x)
Set the class cutoff used when calculating statistics.
|
void |
setClassDiscrete()
Allow the class variable to be treated as discrete
|
boolean classIsDiscrete()
double getClassCutoff()
int getNClasses()
java.lang.String[] getClassNames()
void setClassContinuous()
void setClassDiscrete()
void setClassCutoff(double x)
x
- Class cutoff (0 <= x <= 1)