![]() | [using it] | Interface Manipulation Package v4.0 (2008-06-25) | ![]() | ©copyright | ![]() |
java.lang.Objectimp.classifier.Classifier.Data.Sample
public static class Classifier.Data.Sample
Defines a sample of the data set.
Field Summary | |
---|---|
int |
category
Sample category index >= 0 or -1 if the category is undefined. |
double[] |
data
Sample data vector. |
double |
prob
Sample precision probability: 1 for an exact sample, 0 for an undefined sample. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int category
public double[] data
public double prob