public interface ROIProbability
Modifier and Type | Method and Description |
---|---|
org.apache.mahout.math.Vector |
classify(org.apache.mahout.math.DenseVector d) |
default double[] |
predict_proba(Dataset dataset)
Returns the probability of the sample being in each of the classes recognized by the current model.
|
default double[] |
predict_proba(double[] data)
Returns the probability of the sample being in each of the classes recognized by the current model.
|
default double[] predict_proba(double[] data)
data
- sample data to classifydefault double[] predict_proba(Dataset dataset)
dataset
- sample data to classifyorg.apache.mahout.math.Vector classify(org.apache.mahout.math.DenseVector d)