| Package | Description |
|---|---|
| org.apache.mahout.classifier.df.data | |
| org.apache.mahout.classifier.df.data.conditions |
| Modifier and Type | Method and Description |
|---|---|
Data |
Data.subset(Condition condition)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Equals
Deprecated.
|
class |
GreaterOrEquals
Deprecated.
|
class |
Lesser
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Condition |
Condition.equals(int attr,
double value)
Deprecated.
Condition that checks if the given attribute has a value "equal" to the given value
|
static Condition |
Condition.greaterOrEquals(int attr,
double value)
Deprecated.
Condition that checks if the given attribute has a value "greater or equal" than the given value
|
static Condition |
Condition.lesser(int attr,
double value)
Deprecated.
Condition that checks if the given attribute has a value "lesser" than the given value
|
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.