![]() | [using it] | Interface Manipulation Package v4.0 (2008-06-25) | ![]() | ©copyright | ![]() |
java.lang.Objectimp.classifier.Classifier
imp.classifier.YgClassifier
public class YgClassifier
Defines an implementation of the Y. Guermeur classifier.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class imp.classifier.Classifier |
---|
Classifier.Data |
Constructor Summary | |
---|---|
YgClassifier()
Constructs a YG classifier. |
Method Summary | |
---|---|
int |
getSize()
Returns the number N of prototypes. |
double |
getYgDimension()
Returns the Y. |
YgClassifier |
setMargin(double margin)
Sets the classifier margin and return this. |
Methods inherited from class imp.classifier.Classifier |
---|
add, getCategory, getData, getMargin, getName, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public YgClassifier()
Method Detail |
---|
public int getSize()
public double getYgDimension()
public YgClassifier setMargin(double margin)
margin
- Minimal margin between prototypes, default is 0 to obtain the minimal margin compatible with the calibration data set.