Package | Description |
---|---|
com.cloudera.oryx.app.classreg.example |
Representations of features and training / test examples that are used inside a
classification or regression process.
|
com.cloudera.oryx.app.classreg.predict |
Representations of the output of a classification or regression process.
|
com.cloudera.oryx.app.rdf.decision |
Supports decisions on features that are used inside a decision tree scoring process.
|
com.cloudera.oryx.app.rdf.tree |
Abstractions representing forests, trees, nodes and paths in decision forests.
|
Class and Description |
---|
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. |
Example
Encapsulates one example, or data point: a set of features that predict a target feature.
|
Feature
Implementations represent the value of one feature in an
Example . |
FeatureType
Represents the type of a
Feature . |
NumericFeature
Represents the value of a numeric feature -- one that takes on a real value, whether conceptually discrete or
continuous.
|
Class and Description |
---|
Example
Encapsulates one example, or data point: a set of features that predict a target feature.
|
FeatureType
Represents the type of a
Feature . |
Class and Description |
---|
Example
Encapsulates one example, or data point: a set of features that predict a target feature.
|
FeatureType
Represents the type of a
Feature . |
Class and Description |
---|
Example
Encapsulates one example, or data point: a set of features that predict a target feature.
|
Copyright © 2014–2018. All rights reserved.