| Package | Description |
|---|---|
| org.apache.mahout.classifier.df | |
| org.apache.mahout.classifier.df.data | |
| org.apache.mahout.classifier.df.data.conditions | |
| org.apache.mahout.classifier.df.node |
| Modifier and Type | Method and Description |
|---|---|
double |
DecisionForest.classify(Dataset dataset,
Random rng,
Instance instance)
Deprecated.
predicts the label for the instance
|
| Modifier and Type | Method and Description |
|---|---|
Instance |
DataConverter.convert(CharSequence string)
Deprecated.
|
Instance |
Data.get(int index)
Deprecated.
Returns the element at the specified position
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Data.contains(Instance v)
Deprecated.
|
double |
Dataset.getLabel(Instance instance)
Deprecated.
|
| Constructor and Description |
|---|
Data(Dataset dataset,
List<Instance> instances)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
GreaterOrEquals.isTrueFor(Instance v)
Deprecated.
|
boolean |
Lesser.isTrueFor(Instance instance)
Deprecated.
|
abstract boolean |
Condition.isTrueFor(Instance instance)
Deprecated.
Returns true is the checked instance matches the condition
|
boolean |
Equals.isTrueFor(Instance instance)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract double |
Node.classify(Instance instance)
Deprecated.
predicts the label for the instance
|
double |
Leaf.classify(Instance instance)
Deprecated.
|
double |
CategoricalNode.classify(Instance instance)
Deprecated.
|
double |
NumericalNode.classify(Instance instance)
Deprecated.
|
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.