Package | Description |
---|---|
com.cloudera.oryx.app.classreg.example |
Representations of features and training / test examples that are used inside a
classification or regression process.
|
Modifier and Type | Class and Description |
---|---|
class |
CategoricalFeature
Represents a value of a categorical feature -- one that takes on discrete, unordered values like
{male,female} rather than a continuous or discrete numeric value. |
class |
NumericFeature
Represents the value of a numeric feature -- one that takes on a real value, whether conceptually discrete or
continuous.
|
Modifier and Type | Method and Description |
---|---|
Feature |
Example.getFeature(int i) |
Feature |
Example.getTarget() |
Constructor and Description |
---|
Example(Feature target,
Feature... features) |
Example(Feature target,
Feature... features) |
Copyright © 2014–2018. All rights reserved.