|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectwhistleClassifier.ClassifierTypes
public class ClassifierTypes
Class to serve up classifier types to the Whistle classifier
| Field Summary | |
|---|---|
static int |
CLASSIFIER_LINEAR
|
static int |
CLASSIFIER_MAHALANOBIS
|
| Constructor Summary | |
|---|---|
ClassifierTypes()
|
|
| Method Summary | |
|---|---|
static Classifier |
createClassifier(int type)
|
static java.lang.String |
getClassifierName(int type)
|
static int |
getNumClassifiers()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int CLASSIFIER_LINEAR
public static final int CLASSIFIER_MAHALANOBIS
| Constructor Detail |
|---|
public ClassifierTypes()
| Method Detail |
|---|
public static int getNumClassifiers()
public static Classifier createClassifier(int type)
public static java.lang.String getClassifierName(int type)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||