|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.lip6.classifier.ParzenClassifier<T>
T - type of input spacepublic class ParzenClassifier<T>
Classification tool using a Parzen window
| Constructor Summary | |
|---|---|
ParzenClassifier(Kernel<T> kernel)
|
|
| Method Summary | |
|---|---|
void |
train(java.util.ArrayList<TrainingSample<T>> t)
Replace the current training and train the classifier |
void |
train(TrainingSample<T> t)
Add a single example to the current training set and train the classifier |
double |
valueOf(T e)
Computes the category of the provided example |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParzenClassifier(Kernel<T> kernel)
| Method Detail |
|---|
public void train(TrainingSample<T> t)
Classifier
train in interface Classifier<T>t - the training samplepublic void train(java.util.ArrayList<TrainingSample<T>> t)
Classifier
train in interface Classifier<T>t - list of training samplespublic double valueOf(T e)
Classifier
valueOf in interface Classifier<T>e - example
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||