See: Description
Interface | Description |
---|---|
Feature |
Implementations represent the value of one feature in an
Example . |
Class | 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.
|
ExampleUtils |
Utility methods supporting the
Example class, like factory methods. |
NumericFeature |
Represents the value of a numeric feature -- one that takes on a real value, whether conceptually discrete or
continuous.
|
Enum | Description |
---|---|
FeatureType |
Represents the type of a
Feature . |
Copyright © 2014–2018. All rights reserved.