JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.linkedin.feathr.common.value
Interface FeatureValue
All Known Implementing Classes:
BooleanFeatureValue
,
CategoricalFeatureValue
,
CategoricalSetFeatureValue
,
DenseVectorFeatureValue
,
NumericFeatureValue
,
TensorFeatureValue
,
TermVectorFeatureValue
public interface
FeatureValue
Represents a value of a feature in Feathr.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
FeatureType
getFeatureType
()
Method Detail
getFeatureType
FeatureType
getFeatureType()
Returns:
the
FeatureType
of this feature
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method