Index

$ A B C D E F G H I L M N O P Q R S T U V W Y _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

$

$UNKNOWN - Enum constant in enum class com.linkedin.feathr.common.time.TimeUnit
 

A

AbstractFeatureFormatMapper<T> - Class in com.linkedin.feathr.common.value
Abstract base class for FeatureFormatMapper.
AbstractFeatureFormatMapper() - Constructor for class com.linkedin.feathr.common.value.AbstractFeatureFormatMapper
 
addAllBooleans(Iterable<? extends Boolean>) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray.Builder
repeated bool booleans = 1;
addAllBytes(Iterable<? extends ByteString>) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray.Builder
repeated bytes bytes = 1;
addAllDoubles(Iterable<? extends Double>) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray.Builder
repeated double doubles = 1;
addAllFloats(Iterable<? extends Float>) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray.Builder
repeated float floats = 1;
addAllIndexIntegers(Iterable<? extends Integer>) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
repeated int32 index_integers = 1;
addAllIndexIntegers(Iterable<? extends Integer>) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
repeated int32 index_integers = 1;
addAllIndexIntegers(Iterable<? extends Integer>) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
repeated int32 index_integers = 1;
addAllIndexIntegers(Iterable<? extends Integer>) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
repeated int32 index_integers = 1;
addAllIndexIntegers(Iterable<? extends Integer>) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
repeated int32 index_integers = 1;
addAllIndexIntegers(Iterable<? extends Integer>) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
repeated int32 index_integers = 1;
addAllIntegers(Iterable<? extends Integer>) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray.Builder
repeated int32 integers = 1;
addAllLongs(Iterable<? extends Long>) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray.Builder
repeated int64 longs = 1;
addAllStrings(Iterable<String>) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray.Builder
repeated string strings = 1;
addAllValueBooleans(Iterable<? extends Boolean>) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
repeated bool value_booleans = 2;
addAllValueDoubles(Iterable<? extends Double>) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
repeated double value_doubles = 2;
addAllValueFloats(Iterable<? extends Float>) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
repeated float value_floats = 2;
addAllValueIntegers(Iterable<? extends Integer>) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
repeated int32 value_integers = 2;
addAllValueLongs(Iterable<? extends Long>) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
repeated int64 value_longs = 2;
addAllValueStrings(Iterable<String>) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
repeated string value_strings = 2;
addBooleans(boolean) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray.Builder
repeated bool booleans = 1;
addBytes(ByteString) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray.Builder
repeated bytes bytes = 1;
addDoubles(double) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray.Builder
repeated double doubles = 1;
addFloats(float) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray.Builder
repeated float floats = 1;
addIndexIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
repeated int32 index_integers = 1;
addIndexIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
repeated int32 index_integers = 1;
addIndexIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
repeated int32 index_integers = 1;
addIndexIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
repeated int32 index_integers = 1;
addIndexIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
repeated int32 index_integers = 1;
addIndexIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
repeated int32 index_integers = 1;
addIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray.Builder
repeated int32 integers = 1;
addLongs(long) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray.Builder
repeated int64 longs = 1;
addStrings(String) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray.Builder
repeated string strings = 1;
addStringsBytes(ByteString) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray.Builder
repeated string strings = 1;
addValueBooleans(boolean) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
repeated bool value_booleans = 2;
addValueDoubles(double) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
repeated double value_doubles = 2;
addValueFloats(float) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
repeated float value_floats = 2;
addValueIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
repeated int32 value_integers = 2;
addValueLongs(long) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
repeated int64 value_longs = 2;
addValueStrings(String) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
repeated string value_strings = 2;
addValueStringsBytes(ByteString) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
repeated string value_strings = 2;
alienUDFInitialized - Static variable in class com.linkedin.feathr.offline.mvel.MvelContext
 
and(boolean, boolean) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
 
append() - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
 
append() - Method in interface com.linkedin.feathr.common.tensorbuilder.TensorBuilder
Tells this TensorBuilder that the current row is complete.
append() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensorBuilder
 
apply(TensorData, boolean) - Method in class com.linkedin.feathr.common.Hasher
Get hash for tensorData optionally excluding value columns
apply(TensorData, TensorData) - Method in class com.linkedin.feathr.common.Equal
 
apply(TensorData, TensorData, boolean) - Method in class com.linkedin.feathr.common.Equal
 
applyStringTags(ErasedEntityTaggedFeature, List<String>) - Static method in class com.linkedin.feathr.common.TaggedFeatureUtils
Deprecated.
asDenseTensor(TensorType, double[]) - Static method in class com.linkedin.feathr.common.tensor.Tensors
Convert an array value to a dense tensor.
asDenseTensor(TensorType, float[]) - Static method in class com.linkedin.feathr.common.tensor.Tensors
Convert an array value to a dense tensor.
asDenseTensor(TensorType, int[]) - Static method in class com.linkedin.feathr.common.tensor.Tensors
Convert an array value to a dense tensor.
asDenseTensor(TensorType, long[]) - Static method in class com.linkedin.feathr.common.tensor.Tensors
Convert an array value to a dense tensor.
asDenseTensor(TensorType, List<?>) - Static method in class com.linkedin.feathr.common.tensor.Tensors
Convert a list value to a dense tensor.
asList() - Method in class com.linkedin.feathr.common.tensor.dense.DenseBooleanTensor
 
asList() - Method in class com.linkedin.feathr.common.tensor.dense.DenseBytesTensor
 
asList() - Method in class com.linkedin.feathr.common.tensor.dense.DenseDoubleTensor
 
asList() - Method in class com.linkedin.feathr.common.tensor.dense.DenseFloatTensor
 
asList() - Method in class com.linkedin.feathr.common.tensor.dense.DenseIntTensor
 
asList() - Method in class com.linkedin.feathr.common.tensor.dense.DenseLongTensor
 
asList() - Method in class com.linkedin.feathr.common.tensor.dense.DenseStringTensor
 
asList() - Method in class com.linkedin.feathr.common.tensor.DenseTensor
 
asScalarTensor(TensorType, Object) - Static method in class com.linkedin.feathr.common.tensor.Tensors
Convert a scalar value to a tensor.
asSparseTensor(TensorType, Map<?, ?>) - Static method in class com.linkedin.feathr.common.tensor.Tensors
Convert a map value to a sparse tensor.
asSparseTensor(TensorType, Set<?>) - Static method in class com.linkedin.feathr.common.tensor.Tensors
Convert a set value to a sparse tensor.
AutoTensorizableTypes - Class in com.linkedin.feathr.common
Mappings from Feathr FeatureTypes to their "auto-tensorized" tensor type.
AVG - Enum constant in enum class com.linkedin.feathr.common.FeatureAggregationType
 

B

BaseDenseTensorIterator - Class in com.linkedin.feathr.common.featurizeddataset
The base for custom iterators over dense tensors of ranks 1+.
BaseDenseTensorIterator(int) - Constructor for class com.linkedin.feathr.common.featurizeddataset.BaseDenseTensorIterator
 
BaseDenseTensorIterator(BaseDenseTensorIterator) - Constructor for class com.linkedin.feathr.common.featurizeddataset.BaseDenseTensorIterator
 
batchExtract(Set<String>, SOURCE_DATA) - Method in interface com.linkedin.feathr.common.FeatureExtractor
Extract the set of features specified by featuresToExtract from the sourceData.
bool(boolean) - Static method in class com.linkedin.feathr.common.value.FeatureValues
Returns a boolean feature value for a given boolean primitive value.
bool(TensorData) - Static method in class com.linkedin.feathr.common.value.FeatureValues
Returns a boolean feature value for a given tensor, which must be a boolean-scalar.
BOOLEAN - Enum constant in enum class com.linkedin.feathr.common.FeatureTypes
 
BOOLEAN - Enum constant in enum class com.linkedin.feathr.common.tensor.Primitive
 
BOOLEAN - Enum constant in enum class com.linkedin.feathr.common.types.FeatureType.BasicType
 
BOOLEAN - Static variable in class com.linkedin.feathr.common.tensor.PrimitiveDimensionType
 
BOOLEAN - Static variable in class com.linkedin.feathr.common.types.PrimitiveType
 
BOOLEAN_ARRAY - Enum constant in enum class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.FeatureValueOneOfCase
 
BOOLEAN_ARRAY_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
BOOLEAN_VALUE - Enum constant in enum class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.FeatureValueOneOfCase
 
BOOLEAN_VALUE_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
BooleanFeatureType - Class in com.linkedin.feathr.common.types
A FeatureType class for Feathr's BOOLEAN feature type.
BooleanFeatureValue - Class in com.linkedin.feathr.common.value
A specific FeatureValue class for BOOLEAN features.
BOOLEANS_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
 
BufferUtils - Class in com.linkedin.feathr.common.tensorbuilder
 
build() - Method in interface com.linkedin.feathr.common.tensorbuilder.TensorBuilder
Build the tensor Does NOT reset the internal state, so if you plan to reuse this instance, call TensorBuilder.start() or TensorBuilder.start(int) before reusing.
build() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray.Builder
 
build() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray.Builder
 
build() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray.Builder
 
build() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
 
build() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray.Builder
 
build() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray.Builder
 
build() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray.Builder
 
build() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
 
build() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
 
build() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
 
build() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
 
build() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
 
build() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
 
build() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray.Builder
 
build(boolean) - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
 
build(boolean) - Method in interface com.linkedin.feathr.common.tensorbuilder.TensorBuilder
Build the tensor
build(boolean) - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensorBuilder
 
build(boolean[]) - Method in interface com.linkedin.feathr.common.tensorbuilder.BulkTensorBuilder
 
build(boolean[]) - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
 
build(double[]) - Method in interface com.linkedin.feathr.common.tensorbuilder.BulkTensorBuilder
 
build(double[]) - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
 
build(float[]) - Method in interface com.linkedin.feathr.common.tensorbuilder.BulkTensorBuilder
 
build(float[]) - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
 
build(int[]) - Method in interface com.linkedin.feathr.common.tensorbuilder.BulkTensorBuilder
 
build(int[]) - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
 
build(long[]) - Method in interface com.linkedin.feathr.common.tensorbuilder.BulkTensorBuilder
 
build(long[]) - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
 
build(Config) - Static method in class com.linkedin.feathr.common.configObj.configbuilder.DateTimeConfigBuilder
build time information object default values are: length = 0 and offset = 0 and timeZone = PDT/PST
build(Config) - Static method in class com.linkedin.feathr.common.configObj.configbuilder.FeatureGenConfigBuilder
config represents the object part in: operational : { ... }
build(Config) - Static method in class com.linkedin.feathr.common.configObj.configbuilder.OperationalConfigBuilder
Build operational config object in feature generation config file default values: retention = 1 unit of time resolution, and simulate delay = 0
build(Config) - Static method in class com.linkedin.feathr.common.configObj.configbuilder.OutputProcessorBuilder
build output processor from config object
build(String, Config) - Static method in class com.linkedin.feathr.common.configObj.configbuilder.OutputProcessorBuilder
build output processor from all the class as This is typically used to rebuild a new config object from the existing one when there's need to modify/pass in extra parameters
build(ByteBuffer) - Method in interface com.linkedin.feathr.common.tensorbuilder.BulkTensorBuilder
 
build(ByteBuffer) - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
 
build(List<?>) - Method in interface com.linkedin.feathr.common.tensorbuilder.BulkTensorBuilder
 
build(List<?>) - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
 
buildPartial() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray.Builder
 
buildPartial() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray.Builder
 
buildPartial() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray.Builder
 
buildPartial() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
 
buildPartial() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray.Builder
 
buildPartial() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray.Builder
 
buildPartial() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray.Builder
 
buildPartial() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
 
buildPartial() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
 
buildPartial() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
 
buildPartial() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
 
buildPartial() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
 
buildPartial() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
 
buildPartial() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray.Builder
 
BulkTensorBuilder - Interface in com.linkedin.feathr.common.tensorbuilder
An interface for building Tensors from arrays and collections of values This is targeted towards building DenseTensor.
BYTE_ARRAY - Enum constant in enum class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.FeatureValueOneOfCase
 
BYTE_ARRAY_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
ByteBufferDenseTensor - Class in com.linkedin.feathr.common.tensor.dense
Base class for dense int/float/double/long/boolean/string/byte[] tensors backed by a ByteBuffer using TensorFlow-compatible layout.
ByteBufferDenseTensor(ByteBuffer, long[], Primitive, int) - Constructor for class com.linkedin.feathr.common.tensor.dense.ByteBufferDenseTensor
 
BYTES - Enum constant in enum class com.linkedin.feathr.common.tensor.Primitive
 
BYTES - Static variable in class com.linkedin.feathr.common.tensor.PrimitiveDimensionType
 
BYTES - Static variable in class com.linkedin.feathr.common.types.PrimitiveType
 
BYTES_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
 

C

cache(int, int) - Method in class com.linkedin.feathr.common.featurizeddataset.BaseDenseTensorIterator
Fill the level of cache from the childIndex child of the level-1.
cacheRoot() - Method in class com.linkedin.feathr.common.featurizeddataset.BaseDenseTensorIterator
Fill the 0th level of cache with the root.
canBeDenseDimension() - Method in enum class com.linkedin.feathr.common.tensor.Primitive
 
canBeValue() - Method in enum class com.linkedin.feathr.common.tensor.Primitive
This method is called to check if the column Type of the value can be of the specified Primitive.
cannotConvertToFeatureValue(FeatureType, T) - Method in class com.linkedin.feathr.common.value.AbstractFeatureFormatMapper
 
cannotConvertToFeatureValue(FeatureType, T, Exception) - Method in class com.linkedin.feathr.common.value.AbstractFeatureFormatMapper
 
cardinality() - Method in class com.linkedin.feathr.common.CoercingTensorData
 
cardinality() - Method in class com.linkedin.feathr.common.tensor.dense.ByteBufferDenseTensor
 
cardinality() - Method in class com.linkedin.feathr.common.tensor.LOLTensorData
 
cardinality() - Method in class com.linkedin.feathr.common.tensor.scalar.ScalarTensor
 
cardinality() - Method in interface com.linkedin.feathr.common.tensor.TensorData
 
cardinality() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
 
cast_double(Object) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
Cast the input to double.
cast_float(Object) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
Cast the input to float.
cast_int(Object) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
Cast the input to Integer.
categorical(TensorData) - Static method in class com.linkedin.feathr.common.value.FeatureValues
Returns a categorical feature for a given tensor value, assuming it is shaped as expected for a categorical feature.
categorical(String) - Static method in class com.linkedin.feathr.common.value.FeatureValues
Returns a categorical feature value for a given string categorical value.
CATEGORICAL - Enum constant in enum class com.linkedin.feathr.common.FeatureTypes
 
CATEGORICAL - Enum constant in enum class com.linkedin.feathr.common.types.FeatureType.BasicType
 
CATEGORICAL_SET - Enum constant in enum class com.linkedin.feathr.common.FeatureTypes
 
CATEGORICAL_SET - Enum constant in enum class com.linkedin.feathr.common.types.FeatureType.BasicType
 
CATEGORICAL_SET_TYPE_CONFIG - Static variable in class com.linkedin.feathr.common.FeatureTypeConfig
 
CATEGORICAL_TYPE_CONFIG - Static variable in class com.linkedin.feathr.common.FeatureTypeConfig
 
CategoricalFeatureType - Class in com.linkedin.feathr.common.types
A FeatureType class for Feathr's CATEGORICAL feature type.
CategoricalFeatureValue - Class in com.linkedin.feathr.common.value
A specific FeatureValue class for CATEGORICAL features.
categoricalSet(TensorData) - Static method in class com.linkedin.feathr.common.value.FeatureValues
Returns a categorical feature for a given tensor value, assuming it is shaped as expected for a categorical set feature.
categoricalSet(String...) - Static method in class com.linkedin.feathr.common.value.FeatureValues
Returns a categorical set feature for a given list of String arguments.
categoricalSet(Collection<String>) - Static method in class com.linkedin.feathr.common.value.FeatureValues
Returns a categorical set feature for a given collection of strings.
categoricalSet(Set<String>) - Static method in class com.linkedin.feathr.common.value.FeatureValues
Returns a categorical set feature for a given set of strings.
CategoricalSetFeatureType - Class in com.linkedin.feathr.common.types
A FeatureType class for Feathr's CATEGORICAL_SET feature type.
CategoricalSetFeatureValue - Class in com.linkedin.feathr.common.value
A specific FeatureValue class for CATEGORICAL_SET features.
checkArgument(Boolean) - Static method in class com.linkedin.feathr.common.TaggedFeatureUtils
 
clear() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray.Builder
 
clear() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray.Builder
 
clear() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray.Builder
 
clear() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
 
clear() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray.Builder
 
clear() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray.Builder
 
clear() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray.Builder
 
clear() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
 
clear() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
 
clear() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
 
clear() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
 
clear() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
 
clear() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
 
clear() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray.Builder
 
clearBooleanArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.BooleanArray boolean_array = 10;
clearBooleans() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray.Builder
repeated bool booleans = 1;
clearBooleanValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional bool boolean_value = 1;
clearByteArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.BytesArray byte_array = 16;
clearBytes() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray.Builder
repeated bytes bytes = 1;
clearDoubleArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.DoubleArray double_array = 13;
clearDoubles() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray.Builder
repeated double doubles = 1;
clearDoubleValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional double double_value = 4;
clearFeatureValueOneOf() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
 
clearFloatArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.FloatArray float_array = 12;
clearFloats() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray.Builder
repeated float floats = 1;
clearFloatValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional float float_value = 3;
clearIndexIntegers() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
repeated int32 index_integers = 1;
clearIndexIntegers() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
repeated int32 index_integers = 1;
clearIndexIntegers() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
repeated int32 index_integers = 1;
clearIndexIntegers() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
repeated int32 index_integers = 1;
clearIndexIntegers() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
repeated int32 index_integers = 1;
clearIndexIntegers() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
repeated int32 index_integers = 1;
clearIntArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.IntegerArray int_array = 14;
clearIntegers() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray.Builder
repeated int32 integers = 1;
clearIntValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional int32 int_value = 5;
clearLongArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.LongArray long_array = 15;
clearLongs() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray.Builder
repeated int64 longs = 1;
clearLongValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional int64 long_value = 6;
clearSparseBoolArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseBoolArray sparse_bool_array = 21;
clearSparseDoubleArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseDoubleArray sparse_double_array = 24;
clearSparseFloatArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseFloatArray sparse_float_array = 25;
clearSparseIntegerArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseIntegerArray sparse_integer_array = 22;
clearSparseLongArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseLongArray sparse_long_array = 23;
clearSparseStringArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseStringArray sparse_string_array = 20;
clearStringArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.StringArray string_array = 11;
clearStrings() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray.Builder
repeated string strings = 1;
clearStringValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional string string_value = 2;
clearValueBooleans() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
repeated bool value_booleans = 2;
clearValueDoubles() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
repeated double value_doubles = 2;
clearValueFloats() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
repeated float value_floats = 2;
clearValueIntegers() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
repeated int32 value_integers = 2;
clearValueLongs() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
repeated int64 value_longs = 2;
clearValueStrings() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
repeated string value_strings = 2;
clone() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray.Builder
 
clone() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray.Builder
 
clone() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray.Builder
 
clone() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
 
clone() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray.Builder
 
clone() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray.Builder
 
clone() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray.Builder
 
clone() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
 
clone() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
 
clone() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
 
clone() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
 
clone() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
 
clone() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
 
clone() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray.Builder
 
coerceToVector(Object) - Static method in class com.linkedin.feathr.common.util.CoercionUtils
Coerce item to term vector map, try to infer the feature type according to its type Basic rules: 1.
coerceToVector(Object, FeatureTypes) - Static method in class com.linkedin.feathr.common.util.CoercionUtils
Coerce an item to term vector format according to the provided FeatureTypes.
CoercingTensorData - Class in com.linkedin.feathr.common
Coerce types in any TensorData to the one requested by the client.
CoercingTensorData(TensorData) - Constructor for class com.linkedin.feathr.common.CoercingTensorData
 
CoercionUtils - Class in com.linkedin.feathr.common.util
Utilities to coerce untyped data into feature vectors This is needed in order to make it easy to define features via simple expressions.
ColumnUtils - Class in com.linkedin.feathr.common
Utility function to build internal flat array representation based on the types of the input.
ColumnUtils(Representable...) - Constructor for class com.linkedin.feathr.common.ColumnUtils
 
com.linkedin.feathr.cli - package com.linkedin.feathr.cli
 
com.linkedin.feathr.common - package com.linkedin.feathr.common
 
com.linkedin.feathr.common.configObj - package com.linkedin.feathr.common.configObj
 
com.linkedin.feathr.common.configObj.configbuilder - package com.linkedin.feathr.common.configObj.configbuilder
 
com.linkedin.feathr.common.configObj.generation - package com.linkedin.feathr.common.configObj.generation
 
com.linkedin.feathr.common.exception - package com.linkedin.feathr.common.exception
 
com.linkedin.feathr.common.featurizeddataset - package com.linkedin.feathr.common.featurizeddataset
 
com.linkedin.feathr.common.tensor - package com.linkedin.feathr.common.tensor
 
com.linkedin.feathr.common.tensor.dense - package com.linkedin.feathr.common.tensor.dense
 
com.linkedin.feathr.common.tensor.scalar - package com.linkedin.feathr.common.tensor.scalar
 
com.linkedin.feathr.common.tensorbuilder - package com.linkedin.feathr.common.tensorbuilder
 
com.linkedin.feathr.common.time - package com.linkedin.feathr.common.time
 
com.linkedin.feathr.common.types - package com.linkedin.feathr.common.types
 
com.linkedin.feathr.common.types.protobuf - package com.linkedin.feathr.common.types.protobuf
 
com.linkedin.feathr.common.util - package com.linkedin.feathr.common.util
 
com.linkedin.feathr.common.value - package com.linkedin.feathr.common.value
 
com.linkedin.feathr.offline.mvel - package com.linkedin.feathr.offline.mvel
 
com.linkedin.feathr.offline.mvel.plugins - package com.linkedin.feathr.offline.mvel.plugins
 
compare(ReadableTuple, int, ReadableTuple, int) - Method in enum class com.linkedin.feathr.common.tensor.Primitive
Compares data at leftTuple[leftColumn] with data at rightTuple[rightColumn] Note: The representation of both leftColumn and rightColumn is assumed to be the same as this No validation on representation is performed
compareBytes(byte[], byte[]) - Static method in class com.linkedin.feathr.common.tensorbuilder.BufferUtils
 
concat(String, String) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
Concatenate two strings into one.
ConfigBuilderException - Exception in com.linkedin.feathr.common.configObj.configbuilder
When an error is encountered during config processing, this exception is thrown
ConfigBuilderException(String) - Constructor for exception com.linkedin.feathr.common.configObj.configbuilder.ConfigBuilderException
 
ConfigBuilderException(String, Throwable) - Constructor for exception com.linkedin.feathr.common.configObj.configbuilder.ConfigBuilderException
 
ConfigObj - Interface in com.linkedin.feathr.common.configObj
Marker interface for all config objects used in Feathr
ConfigUtils - Class in com.linkedin.feathr.common.configObj.configbuilder
Utils to read typesafe configs
convertNestedMapToTensor(Map<String, Object>, TensorType) - Static method in class com.linkedin.feathr.common.TensorUtils
Convert a nested map into Tensor.
convertNestedMapToTensor(Map<String, Object>, TensorType, TensorBuilderFactory) - Static method in class com.linkedin.feathr.common.TensorUtils
Convert a nested map into Tensor.
convertTensorToMap(TensorData) - Static method in class com.linkedin.feathr.common.TensorUtils
Converts a tensor to a map.
convertTensorToMapWithGenericValues(TensorData) - Static method in class com.linkedin.feathr.common.TensorUtils
Converts a tensor to a map.
convertToLOLTensor(TensorData) - Static method in class com.linkedin.feathr.common.TensorUtils
 
convertToStrings(TensorType, ReadableTuple, int) - Static method in class com.linkedin.feathr.common.TensorUtils
 
copy(ReadableTuple, int, WriteableTuple, int) - Method in enum class com.linkedin.feathr.common.tensor.Primitive
Copies data from fromTuple[fromColumn] to toTuple[toColumn] Note: The representation of both fromColumn and toColumn is assumed to be the same as this No validation on representation is performed
copyColumn(TensorIterator, int, int) - Method in interface com.linkedin.feathr.common.tensorbuilder.TensorBuilder
Copy a single column from source to this builder.
copyColumns(TensorIterator, int[]) - Method in interface com.linkedin.feathr.common.tensorbuilder.TensorBuilder
Copy multiple columns from source to this builder.
copyColumns(TensorIterator, TensorIterator, int[]) - Method in interface com.linkedin.feathr.common.tensorbuilder.TensorBuilder
 
copyColumns(TensorIterator, TensorIterator, int[], int) - Method in interface com.linkedin.feathr.common.tensorbuilder.TensorBuilder
 
copyLeftColumns(TensorIterator, int) - Method in interface com.linkedin.feathr.common.tensorbuilder.TensorBuilder
Copy some left-most columns from source to this builder (slightly more efficient than using an array of columns).
cosineSimilarity(Object, Object) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
 
createBoolean(Boolean) - Static method in class com.linkedin.feathr.common.FeatureValue
Creates a boolean feature.
createByteBuffer(boolean[], Primitive) - Static method in class com.linkedin.feathr.common.tensorbuilder.BufferUtils
 
createByteBuffer(double[], Primitive) - Static method in class com.linkedin.feathr.common.tensorbuilder.BufferUtils
Creates a ByteBuffer of specified valueType from an array of doubles
createByteBuffer(float[], Primitive) - Static method in class com.linkedin.feathr.common.tensorbuilder.BufferUtils
Creates a ByteBuffer of specified valueType from an array of floats
createByteBuffer(int[], Primitive) - Static method in class com.linkedin.feathr.common.tensorbuilder.BufferUtils
Creates a ByteBuffer of specified valueType from an array of ints
createByteBuffer(long[], Primitive) - Static method in class com.linkedin.feathr.common.tensorbuilder.BufferUtils
Creates a ByteBuffer of specified valueType from an array of longs
createByteBuffer(List<?>, Primitive) - Static method in class com.linkedin.feathr.common.tensorbuilder.BufferUtils
Creates a byteBuffer of specified valueType from a collection of numbers or strings.
createCategorical(Character) - Static method in class com.linkedin.feathr.common.FeatureValue
Creates a categorical feature from a character term
createCategorical(CharSequence) - Static method in class com.linkedin.feathr.common.FeatureValue
Creates a categorical feature from a string term
createCategorical(Number) - Static method in class com.linkedin.feathr.common.FeatureValue
Deprecated.
createCharacterCategoricalSet(Collection<Character>) - Static method in class com.linkedin.feathr.common.FeatureValue
Creates a categorical set feature from character terms
createDenseVector(List<T>) - Static method in class com.linkedin.feathr.common.FeatureValue
Creates a dense vector feature from a List of numbers
createDenseVector(T[]) - Static method in class com.linkedin.feathr.common.FeatureValue
Creates a dense vector feature from an array of numbers
createNumeric(Number) - Static method in class com.linkedin.feathr.common.FeatureValue
Creates a numeric feature.
createNumericCategoricalSet(Collection<T>) - Static method in class com.linkedin.feathr.common.FeatureValue
Creates a categorical set feature from a collection of Numbers that are whole numbers
createNumericTermVector(Collection<Map<K, V>>) - Static method in class com.linkedin.feathr.common.FeatureValue
Creates a term vector feature (e.g.
createNumericTermVector(Map<K, V>) - Static method in class com.linkedin.feathr.common.FeatureValue
Creates a term vector feature (e.g.
createStringCategoricalSet(Collection<T>) - Static method in class com.linkedin.feathr.common.FeatureValue
Creates a categorical set feature from string terms
createStringTermVector(Collection<Map<K, V>>) - Static method in class com.linkedin.feathr.common.FeatureValue
Creates a term vector feature (AKA sparse vector) from multiple term vectors with string terms
createStringTermVector(Map<K, V>) - Static method in class com.linkedin.feathr.common.FeatureValue
Creates a term vector feature (aka sparse vector) using strings for the terms
createTensor(TensorData) - Static method in class com.linkedin.feathr.common.FeatureValue
Create a FeatureValue from a TensorData (adding a TensorType inferred from the primitives of the TensorData).
createTensor(Object, TensorType) - Static method in class com.linkedin.feathr.common.FeatureValue
Creates a (tensor) FeatureValue based on the provided TensorType.

D

DateTimeConfig - Class in com.linkedin.feathr.common.configObj
Represent a time period or a time point.
DateTimeConfig(String, String, ChronoUnit, long, Duration, TimeZone) - Constructor for class com.linkedin.feathr.common.configObj.DateTimeConfig
Constructor
DateTimeConfigBuilder - Class in com.linkedin.feathr.common.configObj.configbuilder
Build DateTimeConfig from config
DAY - Enum constant in enum class com.linkedin.feathr.common.time.TimeUnit
 
dayofmonth(Object) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
 
dayofweek(Object) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
 
decodeString(byte[]) - Static method in class com.linkedin.feathr.common.tensorbuilder.BufferUtils
 
decodeString(ByteBuffer) - Static method in class com.linkedin.feathr.common.tensorbuilder.BufferUtils
 
decodeVarint(ByteBuffer) - Static method in class com.linkedin.feathr.common.tensorbuilder.BufferUtils
 
DEFAULT_MAX_STRING_LEN - Static variable in class com.linkedin.feathr.common.TensorUtils
 
DEFAULT_VALUE - Static variable in class com.linkedin.feathr.common.FeatureValue
 
DELIM - Static variable in class com.linkedin.feathr.common.FeatureRef
 
DENSE - Enum constant in enum class com.linkedin.feathr.common.tensor.TensorCategory
Tensors of this category map the entire dimension space to values.
DENSE_VECTOR - Enum constant in enum class com.linkedin.feathr.common.FeatureTypes
 
DENSE_VECTOR - Enum constant in enum class com.linkedin.feathr.common.types.FeatureType.BasicType
 
DENSE_VECTOR_TYPE_CONFIG - Static variable in class com.linkedin.feathr.common.FeatureTypeConfig
 
DenseBooleanTensor - Class in com.linkedin.feathr.common.tensor.dense
Dense tensor which can be converted from/to a tensorflow tensor object.
DenseBooleanTensor(ByteBuffer, long[]) - Constructor for class com.linkedin.feathr.common.tensor.dense.DenseBooleanTensor
 
DenseBooleanTensor(ByteBuffer, long[], Representable[], int) - Constructor for class com.linkedin.feathr.common.tensor.dense.DenseBooleanTensor
 
DenseBytesTensor - Class in com.linkedin.feathr.common.tensor.dense
Dense tensor which can be converted from/to a TensorFlow tensor object.
DenseBytesTensor(ByteBuffer, long[]) - Constructor for class com.linkedin.feathr.common.tensor.dense.DenseBytesTensor
 
DenseBytesTensor(ByteBuffer, long[], Representable[], int) - Constructor for class com.linkedin.feathr.common.tensor.dense.DenseBytesTensor
 
DenseDoubleTensor - Class in com.linkedin.feathr.common.tensor.dense
Dense tensor which can be converted from/to a tensorflow tensor object.
DenseDoubleTensor(ByteBuffer, long[]) - Constructor for class com.linkedin.feathr.common.tensor.dense.DenseDoubleTensor
 
DenseDoubleTensor(ByteBuffer, long[], Representable[], int) - Constructor for class com.linkedin.feathr.common.tensor.dense.DenseDoubleTensor
 
DenseFloatTensor - Class in com.linkedin.feathr.common.tensor.dense
Dense tensor which can be converted from/to a tensorflow tensor object.
DenseFloatTensor(ByteBuffer, long[]) - Constructor for class com.linkedin.feathr.common.tensor.dense.DenseFloatTensor
 
DenseFloatTensor(ByteBuffer, long[], Representable[], int) - Constructor for class com.linkedin.feathr.common.tensor.dense.DenseFloatTensor
 
DenseIntTensor - Class in com.linkedin.feathr.common.tensor.dense
Dense tensor which can be converted from/to a tensorflow tensor object.
DenseIntTensor(ByteBuffer, long[]) - Constructor for class com.linkedin.feathr.common.tensor.dense.DenseIntTensor
 
DenseIntTensor(ByteBuffer, long[], Representable[], int) - Constructor for class com.linkedin.feathr.common.tensor.dense.DenseIntTensor
 
DenseLongTensor - Class in com.linkedin.feathr.common.tensor.dense
Dense tensor which can be converted from/to a tensorflow tensor object.
DenseLongTensor(ByteBuffer, long[]) - Constructor for class com.linkedin.feathr.common.tensor.dense.DenseLongTensor
 
DenseLongTensor(ByteBuffer, long[], Representable[], int) - Constructor for class com.linkedin.feathr.common.tensor.dense.DenseLongTensor
 
DenseStringTensor - Class in com.linkedin.feathr.common.tensor.dense
Dense tensor which can be converted from/to a TensorFlow tensor object.
DenseStringTensor(ByteBuffer, long[]) - Constructor for class com.linkedin.feathr.common.tensor.dense.DenseStringTensor
 
DenseStringTensor(ByteBuffer, long[], Representable[], int) - Constructor for class com.linkedin.feathr.common.tensor.dense.DenseStringTensor
 
DenseTensor - Class in com.linkedin.feathr.common.tensor
A dense subkind of tensor data.
DenseTensor() - Constructor for class com.linkedin.feathr.common.tensor.DenseTensor
 
DenseTensorBuilder - Class in com.linkedin.feathr.common.tensorbuilder
Build a dense tensor based on input column types and shape, All columns except the last one, must have Primitive.INT representation.
DenseTensorBuilder(Representable[], long[]) - Constructor for class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
 
DenseTensorBuilder(TensorType) - Constructor for class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
 
DenseTensorBuilderFactory - Class in com.linkedin.feathr.common.tensorbuilder
 
DenseTensorBuilderFactory() - Constructor for class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilderFactory
 
DenseTensorList - Class in com.linkedin.feathr.common.featurizeddataset
A list that is backed by a dense tensor.
DenseTensorList(DenseTensor) - Constructor for class com.linkedin.feathr.common.featurizeddataset.DenseTensorList
 
denseVector(TensorData) - Static method in class com.linkedin.feathr.common.value.FeatureValues
Returns a dense-vector feature value for a given tensor, which must be a rank-1 tensor of value-type float.
denseVectorDynamicSize(float...) - Static method in class com.linkedin.feathr.common.value.FeatureValues
Returns a dense-vector feature value of unknown/dynamic size for a given list of float arguments.
DenseVectorFeatureType - Class in com.linkedin.feathr.common.types
A FeatureType class for Feathr's DENSE_VECTOR feature type.
DenseVectorFeatureValue - Class in com.linkedin.feathr.common.value
A specific FeatureValue class for DENSE_VECTOR features.
deserialize(JsonParser, DeserializationContext) - Method in class com.linkedin.feathr.common.FeatureTypeConfigDeserializer
 
deserialize(Object) - Method in interface com.linkedin.feathr.common.featurizeddataset.FeatureDeserializer
 
DimensionType - Class in com.linkedin.feathr.common.tensor
Base type for all the dimension types.
DimensionType() - Constructor for class com.linkedin.feathr.common.tensor.DimensionType
 
distinct(Collection<Object>) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
 
dotProduct(Object, Object) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
Returns a standard dotProduct of two vector objects.
DOUBLE - Enum constant in enum class com.linkedin.feathr.common.tensor.Primitive
 
DOUBLE - Static variable in class com.linkedin.feathr.common.types.PrimitiveType
 
DOUBLE_ARRAY - Enum constant in enum class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.FeatureValueOneOfCase
 
DOUBLE_ARRAY_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
DOUBLE_VALUE - Enum constant in enum class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.FeatureValueOneOfCase
 
DOUBLE_VALUE_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
DOUBLES_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
 
DUMMY_NAME - Static variable in class com.linkedin.feathr.common.tensor.DimensionType
dummy name for dimensionTypes that have not define name

E

ELEMENTWISE_AVG - Enum constant in enum class com.linkedin.feathr.common.FeatureAggregationType
 
ELEMENTWISE_MAX - Enum constant in enum class com.linkedin.feathr.common.FeatureAggregationType
 
ELEMENTWISE_MIN - Enum constant in enum class com.linkedin.feathr.common.FeatureAggregationType
 
ELEMENTWISE_SUM - Enum constant in enum class com.linkedin.feathr.common.FeatureAggregationType
 
EMPTY - Static variable in class com.linkedin.feathr.common.tensor.TensorType
 
EMPTY_TERM - Static variable in class com.linkedin.feathr.common.FeatureValue
 
emptyCategoricalSet() - Static method in class com.linkedin.feathr.common.value.FeatureValues
Returns an empty categorical set.
emptyTermVector() - Static method in class com.linkedin.feathr.common.value.FeatureValues
Returns an empty term-vector feature value.
encodeString(String) - Static method in class com.linkedin.feathr.common.tensorbuilder.BufferUtils
 
encodeVarint(ByteBuffer, int) - Static method in class com.linkedin.feathr.common.tensorbuilder.BufferUtils
Based on EncodeVarint64 in TensorFlow: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/lib/core/coding.cc#L110 Note that Java int is 32 bit, so this code is not fully identical.
ensureInitialized() - Static method in class com.linkedin.feathr.offline.mvel.MvelContext
 
Equal - Class in com.linkedin.feathr.common
Compare whether two tensor data are equal.
Equal() - Constructor for class com.linkedin.feathr.common.Equal
 
equals(ReadableTuple, int, ReadableTuple, int) - Method in enum class com.linkedin.feathr.common.tensor.Primitive
Matches data at leftTuple[leftColumn] with data at rightTuple[rightColumn] Note: The representation of both leftColumn and rightColumn is assumed to be the same as this No validation on representation is performed
equals(Object) - Method in class com.linkedin.feathr.common.configObj.DateTimeConfig
 
equals(Object) - Method in class com.linkedin.feathr.common.configObj.generation.FeatureGenConfig
 
equals(Object) - Method in class com.linkedin.feathr.common.configObj.generation.OfflineOperationalConfig
 
equals(Object) - Method in class com.linkedin.feathr.common.configObj.generation.OperationalConfig
 
equals(Object) - Method in class com.linkedin.feathr.common.configObj.generation.OutputProcessorConfig
 
equals(Object) - Method in class com.linkedin.feathr.common.ErasedEntityTaggedFeature
 
equals(Object) - Method in class com.linkedin.feathr.common.FeatureError
 
equals(Object) - Method in class com.linkedin.feathr.common.FeatureRef
 
equals(Object) - Method in class com.linkedin.feathr.common.FeatureTypeConfig
 
equals(Object) - Method in class com.linkedin.feathr.common.FeatureValue
 
equals(Object) - Method in class com.linkedin.feathr.common.GenericTypedTensor
Is never equal to instances of other classes, including Marmalade-generated.
equals(Object) - Method in class com.linkedin.feathr.common.TaggedFeatureName
 
equals(Object) - Method in class com.linkedin.feathr.common.tensor.PrimitiveDimensionType
 
equals(Object) - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
 
equals(Object) - Method in class com.linkedin.feathr.common.tensor.StandaloneReadableTuple
 
equals(Object) - Method in class com.linkedin.feathr.common.tensor.TensorType
 
equals(Object) - Method in class com.linkedin.feathr.common.types.DenseVectorFeatureType
 
equals(Object) - Method in class com.linkedin.feathr.common.types.PrimitiveType
 
equals(Object) - Method in class com.linkedin.feathr.common.types.TensorFeatureType
 
equals(Object) - Method in class com.linkedin.feathr.common.value.BooleanFeatureValue
 
equals(Object) - Method in class com.linkedin.feathr.common.value.CategoricalFeatureValue
 
equals(Object) - Method in class com.linkedin.feathr.common.value.CategoricalSetFeatureValue
 
equals(Object) - Method in class com.linkedin.feathr.common.value.DenseVectorFeatureValue
 
equals(Object) - Method in class com.linkedin.feathr.common.value.NumericFeatureValue
 
equals(Object) - Method in class com.linkedin.feathr.common.value.TensorFeatureValue
 
equals(Object) - Method in class com.linkedin.feathr.common.value.TermVectorFeatureValue
 
ErasedEntityTaggedFeature - Class in com.linkedin.feathr.common
A TaggedFeatureName whose String tags have been "erased", i.e.
ErasedEntityTaggedFeature(List<Integer>, FeatureRef) - Constructor for class com.linkedin.feathr.common.ErasedEntityTaggedFeature
 
ErasedEntityTaggedFeature(List<Integer>, String) - Constructor for class com.linkedin.feathr.common.ErasedEntityTaggedFeature
 
eraseStringTags(TaggedFeatureName, List<String>) - Static method in class com.linkedin.feathr.common.TaggedFeatureUtils
 
ErrorLabel - Enum Class in com.linkedin.feathr.common.exception
Error label that is used in exception message.
estimatedCardinality() - Method in class com.linkedin.feathr.common.CoercingTensorData
 
estimatedCardinality() - Method in class com.linkedin.feathr.common.tensor.dense.ByteBufferDenseTensor
 
estimatedCardinality() - Method in class com.linkedin.feathr.common.tensor.LOLTensorData
 
estimatedCardinality() - Method in class com.linkedin.feathr.common.tensor.scalar.ScalarTensor
 
estimatedCardinality() - Method in interface com.linkedin.feathr.common.tensor.TensorData
 
estimatedCardinality() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
 
executeExpressionWithPluginSupport(Object, Object, FeathrExpressionExecutionContext) - Static method in class com.linkedin.feathr.offline.mvel.MvelContext
Evaluate MVEL expression as per MVEL.executeExpression(Object, Object), with added support for com.linkedin.feathr.offline.mvel.plugins.FeathrMvelPluginContext.
executeExpressionWithPluginSupportWithFactory(Object, Object, VariableResolverFactory, FeathrExpressionExecutionContext) - Static method in class com.linkedin.feathr.offline.mvel.MvelContext
Evaluate MVEL expression as per MVEL.executeExpression(Object, Object, VariableResolverFactory), with added support for com.linkedin.feathr.offline.mvel.plugins.FeathrMvelPluginContext.
Experimental - Annotation Interface in com.linkedin.feathr.common
Marks the target of this annotation as an experimental feature that may evolve in future, or may be removed entirely.
extract(String, SOURCE_DATA) - Method in interface com.linkedin.feathr.common.FeatureExtractor
Extract a single feature specified by featureName from sourceData.
extract_term_value_from_array(ArrayList<GenericRowWithSchema>, String, String) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
 
extract_term_value_from_array(ArrayList<GenericRowWithSchema>, String, String, String) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
 

F

FALSE - Static variable in class com.linkedin.feathr.common.value.BooleanFeatureValue
 
FDS_METADATA_PROP_NAME - Static variable in class com.linkedin.feathr.common.featurizeddataset.SchemaMetadataUtils
 
FEATHR_ERROR - Enum constant in enum class com.linkedin.feathr.common.exception.ErrorLabel
 
FEATHR_USER_ERROR - Enum constant in enum class com.linkedin.feathr.common.exception.ErrorLabel
 
FeathrConfigException - Exception in com.linkedin.feathr.common.exception
This exception is thrown when the feature definition is incorrect.
FeathrConfigException(ErrorLabel, String) - Constructor for exception com.linkedin.feathr.common.exception.FeathrConfigException
 
FeathrConfigException(ErrorLabel, String, Throwable) - Constructor for exception com.linkedin.feathr.common.exception.FeathrConfigException
 
FeathrDataOutputException - Exception in com.linkedin.feathr.common.exception
This exception is thrown when the data output cannot be written successfully.
FeathrDataOutputException(ErrorLabel, String) - Constructor for exception com.linkedin.feathr.common.exception.FeathrDataOutputException
 
FeathrDataOutputException(ErrorLabel, String, Throwable) - Constructor for exception com.linkedin.feathr.common.exception.FeathrDataOutputException
 
FeathrException - Exception in com.linkedin.feathr.common.exception
Base exception for Feathr
FeathrException(ErrorLabel, String) - Constructor for exception com.linkedin.feathr.common.exception.FeathrException
 
FeathrException(ErrorLabel, String, Throwable) - Constructor for exception com.linkedin.feathr.common.exception.FeathrException
 
FeathrException(String) - Constructor for exception com.linkedin.feathr.common.exception.FeathrException
 
FeathrException(String, Throwable) - Constructor for exception com.linkedin.feathr.common.exception.FeathrException
 
FeathrFeatureJoinException - Exception in com.linkedin.feathr.common.exception
This exception is thrown when the feature definition is invalid.
FeathrFeatureJoinException(ErrorLabel, String) - Constructor for exception com.linkedin.feathr.common.exception.FeathrFeatureJoinException
 
FeathrFeatureJoinException(ErrorLabel, String, Throwable) - Constructor for exception com.linkedin.feathr.common.exception.FeathrFeatureJoinException
 
FeathrFeatureTransformationException - Exception in com.linkedin.feathr.common.exception
 
FeathrFeatureTransformationException(ErrorLabel, String) - Constructor for exception com.linkedin.feathr.common.exception.FeathrFeatureTransformationException
 
FeathrFeatureTransformationException(ErrorLabel, String, Throwable) - Constructor for exception com.linkedin.feathr.common.exception.FeathrFeatureTransformationException
 
FeathrInputDataException - Exception in com.linkedin.feathr.common.exception
This exception is thrown when the input data can't be read or is invalid.
FeathrInputDataException(ErrorLabel, String) - Constructor for exception com.linkedin.feathr.common.exception.FeathrInputDataException
 
FeathrInputDataException(ErrorLabel, String, Throwable) - Constructor for exception com.linkedin.feathr.common.exception.FeathrInputDataException
 
FEATURE_COMPUTATION_ERROR - Enum constant in enum class com.linkedin.feathr.common.FeatureErrorCode
 
FEATURE_DEFINITION_ERROR - Enum constant in enum class com.linkedin.feathr.common.FeatureErrorCode
 
FEATURE_REQUEST_ERROR - Enum constant in enum class com.linkedin.feathr.common.FeatureErrorCode
 
FEATURE_SOURCE_ERROR - Enum constant in enum class com.linkedin.feathr.common.FeatureErrorCode
 
FeatureAggregationType - Enum Class in com.linkedin.feathr.common
Feature aggregation types
FeatureDependencyGraph - Class in com.linkedin.feathr.common
A dependency graph for feature anchors and feature derivations.
FeatureDependencyGraph(Map<String, Set<ErasedEntityTaggedFeature>>, Collection<String>) - Constructor for class com.linkedin.feathr.common.FeatureDependencyGraph
Constructs a FeatureDependencyGraph for a given map of features' dependency relationships and a list of which features are anchored.
FeatureDeserializer - Interface in com.linkedin.feathr.common.featurizeddataset
A converter for a single feature from Spark value to a TensorData of a specific TensorType.
FeatureError - Class in com.linkedin.feathr.common
An error associated with a particular feature containing an error msg and the corresponding FeatureErrorCode
FeatureError(FeatureErrorCode) - Constructor for class com.linkedin.feathr.common.FeatureError
 
FeatureError(FeatureErrorCode, String) - Constructor for class com.linkedin.feathr.common.FeatureError
 
FeatureError(FeatureErrorCode, Throwable) - Constructor for class com.linkedin.feathr.common.FeatureError
 
FeatureErrorCode - Enum Class in com.linkedin.feathr.common
Error code associated with a feature request
FeatureExperimentEntryPoint - Class in com.linkedin.feathr.cli
The entry point for Py4j to access the feature experiment component in Java world.
FeatureExperimentEntryPoint() - Constructor for class com.linkedin.feathr.cli.FeatureExperimentEntryPoint
 
FeatureExtractor<SOURCE_DATA> - Interface in com.linkedin.feathr.common
A feature extractor that extracts FeatureValue from source data.
FeatureFormatMapper<T> - Interface in com.linkedin.feathr.common.value
A mapper, or translator, that can convert between the standard FeatureValue representation and some other external representation.
FeatureGenConfig - Class in com.linkedin.feathr.common.configObj.generation
Define the feature generation specification, i.e., list of features to generate and other settings.
FeatureGenConfig(OperationalConfig, List<String>) - Constructor for class com.linkedin.feathr.common.configObj.generation.FeatureGenConfig
Constructor
FeatureGenConfigBuilder - Class in com.linkedin.feathr.common.configObj.configbuilder
Feature generation config builder
FeatureRef - Class in com.linkedin.feathr.common
Represents a fully-qualified reference to a feature.
FeatureRef(String) - Constructor for class com.linkedin.feathr.common.FeatureRef
Constructor to create FeatureRef from a string representation.
FeatureRef(String, String, int, int) - Constructor for class com.linkedin.feathr.common.FeatureRef
Constructor
FeatureType - Class in com.linkedin.feathr.common.types
Top level interface for Feature Types in Feathr.
FeatureType(FeatureType.BasicType) - Constructor for class com.linkedin.feathr.common.types.FeatureType
 
FeatureType.BasicType - Enum Class in com.linkedin.feathr.common.types
Enum for the top-level feature types supported by Feathr.
FeatureTypeConfig - Class in com.linkedin.feathr.common
This class encapsulates the type definition for a feature.
FeatureTypeConfig() - Constructor for class com.linkedin.feathr.common.FeatureTypeConfig
 
FeatureTypeConfig(FeatureTypes) - Constructor for class com.linkedin.feathr.common.FeatureTypeConfig
Constructs a new instance with the legacy FeatureTypes.
FeatureTypeConfig(FeatureTypes, TensorType, String) - Constructor for class com.linkedin.feathr.common.FeatureTypeConfig
Package private constructor where both the legacy type and tensor types are passed in.
FeatureTypeConfig(TensorType) - Constructor for class com.linkedin.feathr.common.FeatureTypeConfig
Constructs a new instance with the new TensorType.
FeatureTypeConfigDeserializer - Class in com.linkedin.feathr.common
Config deserializer for FeatureType config.
FeatureTypeConfigDeserializer() - Constructor for class com.linkedin.feathr.common.FeatureTypeConfigDeserializer
 
FeatureTypes - Enum Class in com.linkedin.feathr.common
An Enum that defines the supported feature types in feathr.
FeatureValue - Class in com.linkedin.feathr.common
Describes the basic representation of a feature value in Feathr.
FeatureValue - Interface in com.linkedin.feathr.common.value
Represents a value of a feature in Feathr.
FeatureValue() - Constructor for class com.linkedin.feathr.common.FeatureValue
Deprecated.
Use the static factory methods such as FeatureValue.createNumeric(Number) to construct features instead
FeatureValue(TypedTensor) - Constructor for class com.linkedin.feathr.common.FeatureValue
Constructor to create FeatureValue with a tensor object
FeatureValue(FeatureValue) - Constructor for class com.linkedin.feathr.common.FeatureValue
 
FeatureValue(Object) - Constructor for class com.linkedin.feathr.common.FeatureValue
Deprecated.
Use the static factory methods such as FeatureValue.createNumeric(Number) to construct features instead N.B. Although this takes Object, there are runtime type checks to ensure the passed type can be converted to a feature value.
FeatureValue(Object, FeatureTypes) - Constructor for class com.linkedin.feathr.common.FeatureValue
Deprecated.
Use the static factory methods such as FeatureValue.createNumeric(Number) to construct features instead
FeatureValue(Map<String, Float>) - Constructor for class com.linkedin.feathr.common.FeatureValue
Deprecated.
Use the static factory methods such as FeatureValue.createStringTermVector(Map) to construct features instead
FEATUREVALUEONEOF_NOT_SET - Enum constant in enum class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.FeatureValueOneOfCase
 
FeatureValueOuterClass - Class in com.linkedin.feathr.common.types.protobuf
 
FeatureValueOuterClass.BooleanArray - Class in com.linkedin.feathr.common.types.protobuf
Protobuf type protobuf.BooleanArray
FeatureValueOuterClass.BooleanArray.Builder - Class in com.linkedin.feathr.common.types.protobuf
Protobuf type protobuf.BooleanArray
FeatureValueOuterClass.BooleanArrayOrBuilder - Interface in com.linkedin.feathr.common.types.protobuf
 
FeatureValueOuterClass.BytesArray - Class in com.linkedin.feathr.common.types.protobuf
Protobuf type protobuf.BytesArray
FeatureValueOuterClass.BytesArray.Builder - Class in com.linkedin.feathr.common.types.protobuf
Protobuf type protobuf.BytesArray
FeatureValueOuterClass.BytesArrayOrBuilder - Interface in com.linkedin.feathr.common.types.protobuf
 
FeatureValueOuterClass.DoubleArray - Class in com.linkedin.feathr.common.types.protobuf
Protobuf type protobuf.DoubleArray
FeatureValueOuterClass.DoubleArray.Builder - Class in com.linkedin.feathr.common.types.protobuf
Protobuf type protobuf.DoubleArray
FeatureValueOuterClass.DoubleArrayOrBuilder - Interface in com.linkedin.feathr.common.types.protobuf
 
FeatureValueOuterClass.FeatureValue - Class in com.linkedin.feathr.common.types.protobuf
Protobuf type protobuf.FeatureValue
FeatureValueOuterClass.FeatureValue.Builder - Class in com.linkedin.feathr.common.types.protobuf
Protobuf type protobuf.FeatureValue
FeatureValueOuterClass.FeatureValue.FeatureValueOneOfCase - Enum Class in com.linkedin.feathr.common.types.protobuf
 
FeatureValueOuterClass.FeatureValueOrBuilder - Interface in com.linkedin.feathr.common.types.protobuf
 
FeatureValueOuterClass.FloatArray - Class in com.linkedin.feathr.common.types.protobuf
Protobuf type protobuf.FloatArray
FeatureValueOuterClass.FloatArray.Builder - Class in com.linkedin.feathr.common.types.protobuf
Protobuf type protobuf.FloatArray
FeatureValueOuterClass.FloatArrayOrBuilder - Interface in com.linkedin.feathr.common.types.protobuf
 
FeatureValueOuterClass.IntegerArray - Class in com.linkedin.feathr.common.types.protobuf
Protobuf type protobuf.IntegerArray
FeatureValueOuterClass.IntegerArray.Builder - Class in com.linkedin.feathr.common.types.protobuf
Protobuf type protobuf.IntegerArray
FeatureValueOuterClass.IntegerArrayOrBuilder - Interface in com.linkedin.feathr.common.types.protobuf
 
FeatureValueOuterClass.LongArray - Class in com.linkedin.feathr.common.types.protobuf
Protobuf type protobuf.LongArray
FeatureValueOuterClass.LongArray.Builder - Class in com.linkedin.feathr.common.types.protobuf
Protobuf type protobuf.LongArray
FeatureValueOuterClass.LongArrayOrBuilder - Interface in com.linkedin.feathr.common.types.protobuf
 
FeatureValueOuterClass.SparseBoolArray - Class in com.linkedin.feathr.common.types.protobuf
Protobuf type protobuf.SparseBoolArray
FeatureValueOuterClass.SparseBoolArray.Builder - Class in com.linkedin.feathr.common.types.protobuf
Protobuf type protobuf.SparseBoolArray
FeatureValueOuterClass.SparseBoolArrayOrBuilder - Interface in com.linkedin.feathr.common.types.protobuf
 
FeatureValueOuterClass.SparseDoubleArray - Class in com.linkedin.feathr.common.types.protobuf
Protobuf type protobuf.SparseDoubleArray
FeatureValueOuterClass.SparseDoubleArray.Builder - Class in com.linkedin.feathr.common.types.protobuf
Protobuf type protobuf.SparseDoubleArray
FeatureValueOuterClass.SparseDoubleArrayOrBuilder - Interface in com.linkedin.feathr.common.types.protobuf
 
FeatureValueOuterClass.SparseFloatArray - Class in com.linkedin.feathr.common.types.protobuf
Protobuf type protobuf.SparseFloatArray
FeatureValueOuterClass.SparseFloatArray.Builder - Class in com.linkedin.feathr.common.types.protobuf
Protobuf type protobuf.SparseFloatArray
FeatureValueOuterClass.SparseFloatArrayOrBuilder - Interface in com.linkedin.feathr.common.types.protobuf
 
FeatureValueOuterClass.SparseIntegerArray - Class in com.linkedin.feathr.common.types.protobuf
Protobuf type protobuf.SparseIntegerArray
FeatureValueOuterClass.SparseIntegerArray.Builder - Class in com.linkedin.feathr.common.types.protobuf
Protobuf type protobuf.SparseIntegerArray
FeatureValueOuterClass.SparseIntegerArrayOrBuilder - Interface in com.linkedin.feathr.common.types.protobuf
 
FeatureValueOuterClass.SparseLongArray - Class in com.linkedin.feathr.common.types.protobuf
Protobuf type protobuf.SparseLongArray
FeatureValueOuterClass.SparseLongArray.Builder - Class in com.linkedin.feathr.common.types.protobuf
Protobuf type protobuf.SparseLongArray
FeatureValueOuterClass.SparseLongArrayOrBuilder - Interface in com.linkedin.feathr.common.types.protobuf
 
FeatureValueOuterClass.SparseStringArray - Class in com.linkedin.feathr.common.types.protobuf
Protobuf type protobuf.SparseStringArray
FeatureValueOuterClass.SparseStringArray.Builder - Class in com.linkedin.feathr.common.types.protobuf
Protobuf type protobuf.SparseStringArray
FeatureValueOuterClass.SparseStringArrayOrBuilder - Interface in com.linkedin.feathr.common.types.protobuf
 
FeatureValueOuterClass.StringArray - Class in com.linkedin.feathr.common.types.protobuf
Protobuf type protobuf.StringArray
FeatureValueOuterClass.StringArray.Builder - Class in com.linkedin.feathr.common.types.protobuf
Protobuf type protobuf.StringArray
FeatureValueOuterClass.StringArrayOrBuilder - Interface in com.linkedin.feathr.common.types.protobuf
 
FeatureValues - Class in com.linkedin.feathr.common.value
Utility functions for constructing FeatureValue instances.
FeatureValueTypeAdaptor<T> - Interface in com.linkedin.feathr.offline.mvel.plugins
A converter that knows how to convert back and forth between Feathr's FeatureValue and some other representation.
FeatureVariableResolver - Class in com.linkedin.feathr.common
FeatureVariableResolver takes a FeatureValue object for member variable during MVEL expression evaluation, and then resolve the value for that variable.
FeatureVariableResolver(FeatureValue) - Constructor for class com.linkedin.feathr.common.FeatureVariableResolver
 
FIRST - Enum constant in enum class com.linkedin.feathr.common.FeatureAggregationType
 
flatten(Collection<? extends Collection<Object>>) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
 
FLOAT - Enum constant in enum class com.linkedin.feathr.common.tensor.Primitive
 
FLOAT - Static variable in class com.linkedin.feathr.common.types.PrimitiveType
 
FLOAT_ARRAY - Enum constant in enum class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.FeatureValueOneOfCase
 
FLOAT_ARRAY_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
FLOAT_VALUE - Enum constant in enum class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.FeatureValueOneOfCase
 
FLOAT_VALUE_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
FLOATS_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
 
from(boolean, WriteableTuple, int) - Method in enum class com.linkedin.feathr.common.tensor.Primitive
 
from(byte[], WriteableTuple, int) - Method in enum class com.linkedin.feathr.common.tensor.Primitive
Stores value from its byte[] serialization in the input tuple.
from(double, WriteableTuple, int) - Method in enum class com.linkedin.feathr.common.tensor.Primitive
 
from(float, WriteableTuple, int) - Method in enum class com.linkedin.feathr.common.tensor.Primitive
 
from(int, WriteableTuple, int) - Method in enum class com.linkedin.feathr.common.tensor.Primitive
 
from(long, WriteableTuple, int) - Method in enum class com.linkedin.feathr.common.tensor.Primitive
 
from(Number, WriteableTuple, int) - Method in enum class com.linkedin.feathr.common.tensor.Primitive
 
from(Object, WriteableTuple, int) - Method in enum class com.linkedin.feathr.common.tensor.Primitive
 
from(String, WriteableTuple, int) - Method in enum class com.linkedin.feathr.common.tensor.Primitive
 
fromBoolean(boolean) - Static method in class com.linkedin.feathr.common.value.BooleanFeatureValue
 
fromBooleanFeatureValue(BooleanFeatureValue) - Method in class com.linkedin.feathr.common.value.AbstractFeatureFormatMapper
 
fromBooleanFeatureValue(BooleanFeatureValue) - Method in class com.linkedin.feathr.common.value.NTVFeatureFormatMapper
 
fromBooleanFeatureValue(BooleanFeatureValue) - Method in class com.linkedin.feathr.common.value.QuinceFeatureFormatMapper
 
fromCategoricalFeatureValue(CategoricalFeatureValue) - Method in class com.linkedin.feathr.common.value.AbstractFeatureFormatMapper
 
fromCategoricalFeatureValue(CategoricalFeatureValue) - Method in class com.linkedin.feathr.common.value.NTVFeatureFormatMapper
 
fromCategoricalFeatureValue(CategoricalFeatureValue) - Method in class com.linkedin.feathr.common.value.QuinceFeatureFormatMapper
 
fromCategoricalSetFeatureValue(CategoricalSetFeatureValue) - Method in class com.linkedin.feathr.common.value.AbstractFeatureFormatMapper
 
fromCategoricalSetFeatureValue(CategoricalSetFeatureValue) - Method in class com.linkedin.feathr.common.value.NTVFeatureFormatMapper
 
fromCategoricalSetFeatureValue(CategoricalSetFeatureValue) - Method in class com.linkedin.feathr.common.value.QuinceFeatureFormatMapper
 
fromDenseVectorFeatureValue(DenseVectorFeatureValue) - Method in class com.linkedin.feathr.common.value.AbstractFeatureFormatMapper
 
fromDenseVectorFeatureValue(DenseVectorFeatureValue) - Method in class com.linkedin.feathr.common.value.NTVFeatureFormatMapper
 
fromDenseVectorFeatureValue(DenseVectorFeatureValue) - Method in class com.linkedin.feathr.common.value.QuinceFeatureFormatMapper
 
fromFeathrFeatureValue(FeatureValue) - Method in interface com.linkedin.feathr.offline.mvel.plugins.FeatureValueTypeAdaptor
Convert from Feathr FeatureValue into the "other" representation.
fromFeatureType(FeatureType) - Method in class com.linkedin.feathr.common.value.QuinceFeatureTypeMapper
 
fromFeatureValue(FeatureValue) - Method in class com.linkedin.feathr.common.value.AbstractFeatureFormatMapper
 
fromFeatureValue(FeatureValue) - Method in interface com.linkedin.feathr.common.value.FeatureFormatMapper
Converts a feature value into the external representation
fromFloat(float) - Static method in class com.linkedin.feathr.common.value.NumericFeatureValue
 
fromFloatArray(float[]) - Static method in class com.linkedin.feathr.common.value.DenseVectorFeatureValue
 
fromMap(Map<String, Float>) - Static method in class com.linkedin.feathr.common.value.TermVectorFeatureValue
 
fromNumberList(Collection<? extends Number>) - Static method in class com.linkedin.feathr.common.value.DenseVectorFeatureValue
 
fromNumericFeatureValue(NumericFeatureValue) - Method in class com.linkedin.feathr.common.value.AbstractFeatureFormatMapper
 
fromNumericFeatureValue(NumericFeatureValue) - Method in class com.linkedin.feathr.common.value.NTVFeatureFormatMapper
 
fromNumericFeatureValue(NumericFeatureValue) - Method in class com.linkedin.feathr.common.value.QuinceFeatureFormatMapper
 
fromRepresentables(boolean, Representable[]) - Static method in class com.linkedin.feathr.common.tensor.TensorTypes
Creates a synthetic TensorType from the information available on TensorData.
fromString(String) - Static method in class com.linkedin.feathr.common.value.CategoricalFeatureValue
 
fromStrings(Collection<String>) - Static method in class com.linkedin.feathr.common.value.CategoricalSetFeatureValue
 
fromStringSet(Set<String>) - Static method in class com.linkedin.feathr.common.value.CategoricalSetFeatureValue
 
fromTensorData(TensorData) - Static method in class com.linkedin.feathr.common.tensor.TensorTypes
Creates a synthetic TensorType from a TensorData.
fromTensorData(TensorFeatureType, TensorData) - Static method in class com.linkedin.feathr.common.value.TensorFeatureValue
 
fromTensorFeatureValue(TensorFeatureValue) - Method in class com.linkedin.feathr.common.value.AbstractFeatureFormatMapper
 
fromTensorFeatureValue(TensorFeatureValue) - Method in class com.linkedin.feathr.common.value.NTVFeatureFormatMapper
 
fromTensorFeatureValue(TensorFeatureValue) - Method in class com.linkedin.feathr.common.value.QuinceFeatureFormatMapper
 
fromTermVectorFeatureValue(TermVectorFeatureValue) - Method in class com.linkedin.feathr.common.value.AbstractFeatureFormatMapper
 
fromTermVectorFeatureValue(TermVectorFeatureValue) - Method in class com.linkedin.feathr.common.value.NTVFeatureFormatMapper
 
fromTermVectorFeatureValue(TermVectorFeatureValue) - Method in class com.linkedin.feathr.common.value.QuinceFeatureFormatMapper
 
fromTypedTensor(TypedTensor) - Static method in class com.linkedin.feathr.common.value.TensorFeatureValue
 

G

GenericTypedTensor - Class in com.linkedin.feathr.common
This is the base tensor class, may be created from the basic properties, from a feature or operator applied to another tensor
GenericTypedTensor(TensorData, TensorType) - Constructor for class com.linkedin.feathr.common.GenericTypedTensor
Build for tensors that have a dynamic type, for example as a result of a tensor operation that changes the shape.
get(int) - Method in class com.linkedin.feathr.common.featurizeddataset.DenseTensorList
 
get_data_type(Object) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
Get the class type of the input object WARNING: This is only used for debug for users.
get_enableIncremental() - Method in class com.linkedin.feathr.common.configObj.generation.OfflineOperationalConfig
Deprecated.
get_retention() - Method in class com.linkedin.feathr.common.configObj.generation.OfflineOperationalConfig
Deprecated.
get_simulateTimeDelay() - Method in class com.linkedin.feathr.common.configObj.generation.OfflineOperationalConfig
Deprecated.
get_timeSetting() - Method in class com.linkedin.feathr.common.configObj.generation.OfflineOperationalConfig
Deprecated.
getArity() - Method in interface com.linkedin.feathr.common.tensor.TensorData
 
getArity() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
 
getAsBoolean() - Method in class com.linkedin.feathr.common.FeatureValue
Get feature value as boolean
getAsCategorical() - Method in class com.linkedin.feathr.common.FeatureValue
Returns the single categorical value associated with the feature Note: this method will return String even if the feature was created using FeatureValue.createCategorical(Number) because categorical are meant to contain only discrete values which are represented by String
getAsNumeric() - Method in class com.linkedin.feathr.common.FeatureValue
get feature value as number
getAsString() - Method in class com.linkedin.feathr.common.FeatureValue
Deprecated.
getAsTensor() - Method in class com.linkedin.feathr.common.value.TensorFeatureValue
 
getAsTensorData() - Method in class com.linkedin.feathr.common.FeatureValue
 
getAsTermVector() - Method in class com.linkedin.feathr.common.FeatureValue
Gets the feature in an NTV term-vector representation.
getAsTypedTensor() - Method in class com.linkedin.feathr.common.FeatureValue
 
getAsTypedTensor() - Method in class com.linkedin.feathr.common.value.TensorFeatureValue
 
getBasicType() - Method in class com.linkedin.feathr.common.types.FeatureType
getBinding() - Method in class com.linkedin.feathr.common.ErasedEntityTaggedFeature
 
getBoolean(int) - Method in interface com.linkedin.feathr.common.tensor.ReadableTuple
 
getBoolean(int) - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
 
getBoolean(int) - Method in class com.linkedin.feathr.common.tensor.StandaloneReadableTuple
 
getBoolean(int) - Method in interface com.linkedin.feathr.common.tensor.TensorIterator
 
getBooleanArity() - Method in class com.linkedin.feathr.common.ColumnUtils
 
getBooleanArity() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
 
getBooleanArray() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
 
getBooleanArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.BooleanArray boolean_array = 10;
getBooleanArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.BooleanArray boolean_array = 10;
getBooleanArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.BooleanArray boolean_array = 10;
getBooleanArrayBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.BooleanArray boolean_array = 10;
getBooleanArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.BooleanArray boolean_array = 10;
getBooleanArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.BooleanArray boolean_array = 10;
getBooleanArrayOrBuilder() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.BooleanArray boolean_array = 10;
getBooleans(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray.Builder
repeated bool booleans = 1;
getBooleans(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
repeated bool booleans = 1;
getBooleans(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArrayOrBuilder
repeated bool booleans = 1;
getBooleansCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray.Builder
repeated bool booleans = 1;
getBooleansCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
repeated bool booleans = 1;
getBooleansCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArrayOrBuilder
repeated bool booleans = 1;
getBooleansList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray.Builder
repeated bool booleans = 1;
getBooleansList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
repeated bool booleans = 1;
getBooleansList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArrayOrBuilder
repeated bool booleans = 1;
getBooleanValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional bool boolean_value = 1;
getBooleanValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional bool boolean_value = 1;
getBooleanValue() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional bool boolean_value = 1;
getBooleanValue() - Method in class com.linkedin.feathr.common.value.BooleanFeatureValue
 
getBooleanWithDefault(Config, String, Boolean) - Static method in class com.linkedin.feathr.common.configObj.configbuilder.ConfigUtils
return boolean config value with default
getBulkTensorBuilder(TensorType) - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilderFactory
 
getBulkTensorBuilder(TensorType) - Method in interface com.linkedin.feathr.common.tensorbuilder.TensorBuilderFactory
 
getBulkTensorBuilder(TensorType, long[]) - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilderFactory
 
getBulkTensorBuilder(TensorType, long[]) - Method in interface com.linkedin.feathr.common.tensorbuilder.TensorBuilderFactory
 
getByteArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.BytesArray byte_array = 16;
getByteArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.BytesArray byte_array = 16;
getByteArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.BytesArray byte_array = 16;
getByteArrayBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.BytesArray byte_array = 16;
getByteArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.BytesArray byte_array = 16;
getByteArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.BytesArray byte_array = 16;
getByteArrayOrBuilder() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.BytesArray byte_array = 16;
getByteBuffer() - Method in class com.linkedin.feathr.common.tensor.dense.ByteBufferDenseTensor
 
getByteBuffer(boolean) - Method in class com.linkedin.feathr.common.tensor.dense.ByteBufferDenseTensor
 
getBytes(int) - Method in interface com.linkedin.feathr.common.tensor.ReadableTuple
 
getBytes(int) - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
 
getBytes(int) - Method in class com.linkedin.feathr.common.tensor.StandaloneReadableTuple
 
getBytes(int) - Method in interface com.linkedin.feathr.common.tensor.TensorIterator
 
getBytes(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray.Builder
repeated bytes bytes = 1;
getBytes(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
repeated bytes bytes = 1;
getBytes(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArrayOrBuilder
repeated bytes bytes = 1;
getBytesArity() - Method in class com.linkedin.feathr.common.ColumnUtils
 
getBytesArity() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
 
getBytesArray() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
 
getBytesCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray.Builder
repeated bytes bytes = 1;
getBytesCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
repeated bytes bytes = 1;
getBytesCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArrayOrBuilder
repeated bytes bytes = 1;
getBytesList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray.Builder
repeated bytes bytes = 1;
getBytesList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
repeated bytes bytes = 1;
getBytesList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArrayOrBuilder
repeated bytes bytes = 1;
getChronoUnit(String) - Static method in class com.linkedin.feathr.common.configObj.configbuilder.ConfigUtils
convert ChronoUnit String to ChronoUnit enum
getCoercedFeatureType(Object) - Static method in class com.linkedin.feathr.common.util.CoercionUtils
Get the feature type that the input item would be coerced to
getColumnIndex() - Method in class com.linkedin.feathr.common.ColumnUtils
 
getColumnIndex() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
 
getColumnTypes() - Method in class com.linkedin.feathr.common.ColumnUtils
 
getColumnTypes() - Method in class com.linkedin.feathr.common.tensor.TensorType
WARNING: this returns primitive representations, not DimensionType/ValueType.
getComputationPipeline(Collection<TaggedFeatureName>) - Method in class com.linkedin.feathr.common.FeatureDependencyGraph
Return a computation pipeline (a collection of stages that can be computed simultaneously) for the requested features by examining their dependencies and grouping them based on their depth.
getCopy() - Method in interface com.linkedin.feathr.common.tensor.ReadableTuple
 
getCopy() - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
 
getCopy() - Method in class com.linkedin.feathr.common.tensor.StandaloneReadableTuple
 
getCopy() - Method in interface com.linkedin.feathr.common.tensor.TensorIterator
 
getData() - Method in class com.linkedin.feathr.common.GenericTypedTensor
Returns data content.
getData() - Method in interface com.linkedin.feathr.common.TypedTensor
 
getDebugString(TensorType, TensorData, int) - Static method in class com.linkedin.feathr.common.TensorUtils
 
getDefaultInstance() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
 
getDefaultInstance() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
 
getDefaultInstance() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
 
getDefaultInstance() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
getDefaultInstance() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
 
getDefaultInstance() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
 
getDefaultInstance() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
 
getDefaultInstance() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
 
getDefaultInstance() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
 
getDefaultInstance() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
 
getDefaultInstance() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
 
getDefaultInstance() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
 
getDefaultInstance() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
 
getDefaultInstance() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
 
getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray.Builder
 
getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
 
getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray.Builder
 
getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
 
getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray.Builder
 
getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
 
getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
 
getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray.Builder
 
getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
 
getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray.Builder
 
getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
 
getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray.Builder
 
getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
 
getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
 
getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
 
getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
 
getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
 
getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
 
getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
 
getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
 
getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
 
getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
 
getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
 
getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
 
getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
 
getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray.Builder
 
getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
 
getDefaultTensorType(FeatureTypes) - Static method in class com.linkedin.feathr.common.AutoTensorizableTypes
Get the default tensor type for the given Feathr FeatureType, if there is one.
getDenseSize() - Method in class com.linkedin.feathr.common.tensor.TensorType
 
getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray.Builder
 
getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
 
getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray.Builder
 
getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
 
getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray.Builder
 
getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
 
getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
 
getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray.Builder
 
getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
 
getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass
 
getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray.Builder
 
getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
 
getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray.Builder
 
getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
 
getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
 
getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
 
getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
 
getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
 
getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
 
getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
 
getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
 
getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
 
getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
 
getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
 
getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
 
getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
 
getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray.Builder
 
getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
 
getDescriptorForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray.Builder
 
getDescriptorForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray.Builder
 
getDescriptorForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray.Builder
 
getDescriptorForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
 
getDescriptorForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray.Builder
 
getDescriptorForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray.Builder
 
getDescriptorForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray.Builder
 
getDescriptorForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
 
getDescriptorForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
 
getDescriptorForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
 
getDescriptorForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
 
getDescriptorForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
 
getDescriptorForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
 
getDescriptorForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray.Builder
 
getDimArity(Representable[]) - Static method in class com.linkedin.feathr.common.ColumnUtils
Compute the number of dimension (non-value) columns This assumes that all value columns are at end and are of type FLOAT or DOUBLE.
getDimensionNames() - Method in class com.linkedin.feathr.common.tensor.TensorType
 
getDimensions() - Method in class com.linkedin.feathr.common.tensor.LOLTensorData
 
getDimensionTypes() - Method in class com.linkedin.feathr.common.tensor.TensorType
 
getDimensionValue(ReadableTuple, int) - Method in class com.linkedin.feathr.common.tensor.DimensionType
getDocumentation() - Method in class com.linkedin.feathr.common.FeatureTypeConfig
 
getDouble(int) - Method in interface com.linkedin.feathr.common.tensor.ReadableTuple
 
getDouble(int) - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
 
getDouble(int) - Method in class com.linkedin.feathr.common.tensor.StandaloneReadableTuple
 
getDouble(int) - Method in interface com.linkedin.feathr.common.tensor.TensorIterator
 
getDoubleArity() - Method in class com.linkedin.feathr.common.ColumnUtils
 
getDoubleArity() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
 
getDoubleArray() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
 
getDoubleArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.DoubleArray double_array = 13;
getDoubleArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.DoubleArray double_array = 13;
getDoubleArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.DoubleArray double_array = 13;
getDoubleArrayBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.DoubleArray double_array = 13;
getDoubleArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.DoubleArray double_array = 13;
getDoubleArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.DoubleArray double_array = 13;
getDoubleArrayOrBuilder() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.DoubleArray double_array = 13;
getDoubles(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray.Builder
repeated double doubles = 1;
getDoubles(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
repeated double doubles = 1;
getDoubles(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArrayOrBuilder
repeated double doubles = 1;
getDoublesCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray.Builder
repeated double doubles = 1;
getDoublesCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
repeated double doubles = 1;
getDoublesCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArrayOrBuilder
repeated double doubles = 1;
getDoublesList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray.Builder
repeated double doubles = 1;
getDoublesList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
repeated double doubles = 1;
getDoublesList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArrayOrBuilder
repeated double doubles = 1;
getDoubleValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional double double_value = 4;
getDoubleValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional double double_value = 4;
getDoubleValue() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional double double_value = 4;
getDurationWithDefault(Config, String, Duration) - Static method in class com.linkedin.feathr.common.configObj.configbuilder.ConfigUtils
return numeric config value with default
getEnableIncremental() - Method in class com.linkedin.feathr.common.configObj.generation.OfflineOperationalConfig
 
getErasedTagFeatureName() - Method in class com.linkedin.feathr.common.ErasedEntityTaggedFeature
 
getErrorCode() - Method in class com.linkedin.feathr.common.FeatureError
 
getErrorMsg() - Method in class com.linkedin.feathr.common.FeatureError
 
getFeatureDeserializer(TensorType) - Static method in class com.linkedin.feathr.common.featurizeddataset.SparkDeserializerFactory
Creates a converter from Spark feature value to a TensorData.
getFeatureName() - Method in class com.linkedin.feathr.common.ErasedEntityTaggedFeature
 
getFeatureName() - Method in class com.linkedin.feathr.common.TaggedFeatureName
 
getFeatures() - Method in class com.linkedin.feathr.common.configObj.generation.FeatureGenConfig
 
getFeatureType() - Method in class com.linkedin.feathr.common.FeatureTypeConfig
 
getFeatureType() - Method in class com.linkedin.feathr.common.FeatureValue
 
getFeatureType() - Method in class com.linkedin.feathr.common.value.BooleanFeatureValue
 
getFeatureType() - Method in class com.linkedin.feathr.common.value.CategoricalFeatureValue
 
getFeatureType() - Method in class com.linkedin.feathr.common.value.CategoricalSetFeatureValue
 
getFeatureType() - Method in class com.linkedin.feathr.common.value.DenseVectorFeatureValue
 
getFeatureType() - Method in interface com.linkedin.feathr.common.value.FeatureValue
 
getFeatureType() - Method in class com.linkedin.feathr.common.value.NumericFeatureValue
 
getFeatureType() - Method in class com.linkedin.feathr.common.value.TensorFeatureValue
 
getFeatureType() - Method in class com.linkedin.feathr.common.value.TermVectorFeatureValue
 
getFeatureValueOneOfCase() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
 
getFeatureValueOneOfCase() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
getFlatIndex() - Method in class com.linkedin.feathr.common.featurizeddataset.BaseDenseTensorIterator
 
getFloat(int) - Method in interface com.linkedin.feathr.common.tensor.ReadableTuple
 
getFloat(int) - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
 
getFloat(int) - Method in class com.linkedin.feathr.common.tensor.StandaloneReadableTuple
 
getFloatArity() - Method in class com.linkedin.feathr.common.ColumnUtils
 
getFloatArity() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
 
getFloatArray() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
 
getFloatArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.FloatArray float_array = 12;
getFloatArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.FloatArray float_array = 12;
getFloatArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.FloatArray float_array = 12;
getFloatArray() - Method in class com.linkedin.feathr.common.value.DenseVectorFeatureValue
 
getFloatArrayBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.FloatArray float_array = 12;
getFloatArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.FloatArray float_array = 12;
getFloatArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.FloatArray float_array = 12;
getFloatArrayOrBuilder() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.FloatArray float_array = 12;
getFloats(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray.Builder
repeated float floats = 1;
getFloats(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
repeated float floats = 1;
getFloats(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArrayOrBuilder
repeated float floats = 1;
getFloatsCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray.Builder
repeated float floats = 1;
getFloatsCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
repeated float floats = 1;
getFloatsCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArrayOrBuilder
repeated float floats = 1;
getFloatsList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray.Builder
repeated float floats = 1;
getFloatsList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
repeated float floats = 1;
getFloatsList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArrayOrBuilder
repeated float floats = 1;
getFloatValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional float float_value = 3;
getFloatValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional float float_value = 3;
getFloatValue() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional float float_value = 3;
getFloatValue() - Method in class com.linkedin.feathr.common.value.NumericFeatureValue
 
getHash(ReadableTuple, int) - Static method in class com.linkedin.feathr.common.Hasher
 
getHoconString(Config, String) - Static method in class com.linkedin.feathr.common.configObj.configbuilder.ConfigUtils
Get the typesafe ConfigValue.render() with given path
getIndex(int) - Method in class com.linkedin.feathr.common.featurizeddataset.BaseDenseTensorIterator
 
getIndexIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
repeated int32 index_integers = 1;
getIndexIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
repeated int32 index_integers = 1;
getIndexIntegers(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArrayOrBuilder
repeated int32 index_integers = 1;
getIndexIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
repeated int32 index_integers = 1;
getIndexIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
repeated int32 index_integers = 1;
getIndexIntegers(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArrayOrBuilder
repeated int32 index_integers = 1;
getIndexIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
repeated int32 index_integers = 1;
getIndexIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
repeated int32 index_integers = 1;
getIndexIntegers(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArrayOrBuilder
repeated int32 index_integers = 1;
getIndexIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
repeated int32 index_integers = 1;
getIndexIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
repeated int32 index_integers = 1;
getIndexIntegers(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArrayOrBuilder
repeated int32 index_integers = 1;
getIndexIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
repeated int32 index_integers = 1;
getIndexIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
repeated int32 index_integers = 1;
getIndexIntegers(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArrayOrBuilder
repeated int32 index_integers = 1;
getIndexIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
repeated int32 index_integers = 1;
getIndexIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
repeated int32 index_integers = 1;
getIndexIntegers(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArrayOrBuilder
repeated int32 index_integers = 1;
getIndexIntegersCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
repeated int32 index_integers = 1;
getIndexIntegersCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
repeated int32 index_integers = 1;
getIndexIntegersCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArrayOrBuilder
repeated int32 index_integers = 1;
getIndexIntegersCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
repeated int32 index_integers = 1;
getIndexIntegersCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
repeated int32 index_integers = 1;
getIndexIntegersCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArrayOrBuilder
repeated int32 index_integers = 1;
getIndexIntegersCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
repeated int32 index_integers = 1;
getIndexIntegersCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
repeated int32 index_integers = 1;
getIndexIntegersCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArrayOrBuilder
repeated int32 index_integers = 1;
getIndexIntegersCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
repeated int32 index_integers = 1;
getIndexIntegersCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
repeated int32 index_integers = 1;
getIndexIntegersCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArrayOrBuilder
repeated int32 index_integers = 1;
getIndexIntegersCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
repeated int32 index_integers = 1;
getIndexIntegersCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
repeated int32 index_integers = 1;
getIndexIntegersCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArrayOrBuilder
repeated int32 index_integers = 1;
getIndexIntegersCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
repeated int32 index_integers = 1;
getIndexIntegersCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
repeated int32 index_integers = 1;
getIndexIntegersCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArrayOrBuilder
repeated int32 index_integers = 1;
getIndexIntegersList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
repeated int32 index_integers = 1;
getIndexIntegersList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
repeated int32 index_integers = 1;
getIndexIntegersList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArrayOrBuilder
repeated int32 index_integers = 1;
getIndexIntegersList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
repeated int32 index_integers = 1;
getIndexIntegersList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
repeated int32 index_integers = 1;
getIndexIntegersList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArrayOrBuilder
repeated int32 index_integers = 1;
getIndexIntegersList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
repeated int32 index_integers = 1;
getIndexIntegersList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
repeated int32 index_integers = 1;
getIndexIntegersList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArrayOrBuilder
repeated int32 index_integers = 1;
getIndexIntegersList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
repeated int32 index_integers = 1;
getIndexIntegersList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
repeated int32 index_integers = 1;
getIndexIntegersList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArrayOrBuilder
repeated int32 index_integers = 1;
getIndexIntegersList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
repeated int32 index_integers = 1;
getIndexIntegersList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
repeated int32 index_integers = 1;
getIndexIntegersList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArrayOrBuilder
repeated int32 index_integers = 1;
getIndexIntegersList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
repeated int32 index_integers = 1;
getIndexIntegersList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
repeated int32 index_integers = 1;
getIndexIntegersList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArrayOrBuilder
repeated int32 index_integers = 1;
getInner() - Method in class com.linkedin.feathr.common.CoercingTensorData
 
getInstance() - Static method in class com.linkedin.feathr.common.PegasusDefaultFeatureValueResolver
 
getInstance() - Static method in class com.linkedin.feathr.common.PegasusFeatureTypeResolver
 
getInt(int) - Method in interface com.linkedin.feathr.common.tensor.ReadableTuple
 
getInt(int) - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
 
getInt(int) - Method in class com.linkedin.feathr.common.tensor.StandaloneReadableTuple
 
getIntArity() - Method in class com.linkedin.feathr.common.ColumnUtils
 
getIntArity() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
 
getIntArray() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
 
getIntArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.IntegerArray int_array = 14;
getIntArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.IntegerArray int_array = 14;
getIntArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.IntegerArray int_array = 14;
getIntArrayBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.IntegerArray int_array = 14;
getIntArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.IntegerArray int_array = 14;
getIntArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.IntegerArray int_array = 14;
getIntArrayOrBuilder() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.IntegerArray int_array = 14;
getIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray.Builder
repeated int32 integers = 1;
getIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
repeated int32 integers = 1;
getIntegers(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArrayOrBuilder
repeated int32 integers = 1;
getIntegersCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray.Builder
repeated int32 integers = 1;
getIntegersCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
repeated int32 integers = 1;
getIntegersCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArrayOrBuilder
repeated int32 integers = 1;
getIntegersList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray.Builder
repeated int32 integers = 1;
getIntegersList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
repeated int32 integers = 1;
getIntegersList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArrayOrBuilder
repeated int32 integers = 1;
getIntValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional int32 int_value = 5;
getIntValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional int32 int_value = 5;
getIntValue() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional int32 int_value = 5;
getIntWithDefault(Config, String, int) - Static method in class com.linkedin.feathr.common.configObj.configbuilder.ConfigUtils
return int config value with default
getKeyTag() - Method in class com.linkedin.feathr.common.TaggedFeatureName
 
getLength() - Method in class com.linkedin.feathr.common.configObj.DateTimeConfig
 
getLong(int) - Method in interface com.linkedin.feathr.common.tensor.ReadableTuple
 
getLong(int) - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
 
getLong(int) - Method in class com.linkedin.feathr.common.tensor.StandaloneReadableTuple
 
getLongArity() - Method in class com.linkedin.feathr.common.ColumnUtils
 
getLongArity() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
 
getLongArray() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
 
getLongArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.LongArray long_array = 15;
getLongArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.LongArray long_array = 15;
getLongArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.LongArray long_array = 15;
getLongArrayBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.LongArray long_array = 15;
getLongArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.LongArray long_array = 15;
getLongArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.LongArray long_array = 15;
getLongArrayOrBuilder() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.LongArray long_array = 15;
getLongs(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray.Builder
repeated int64 longs = 1;
getLongs(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
repeated int64 longs = 1;
getLongs(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArrayOrBuilder
repeated int64 longs = 1;
getLongsCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray.Builder
repeated int64 longs = 1;
getLongsCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
repeated int64 longs = 1;
getLongsCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArrayOrBuilder
repeated int64 longs = 1;
getLongsList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray.Builder
repeated int64 longs = 1;
getLongsList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
repeated int64 longs = 1;
getLongsList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArrayOrBuilder
repeated int64 longs = 1;
getLongValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional int64 long_value = 6;
getLongValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional int64 long_value = 6;
getLongValue() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional int64 long_value = 6;
getLongWithDefault(Config, String, long) - Static method in class com.linkedin.feathr.common.configObj.configbuilder.ConfigUtils
return long config value with default
getName() - Method in class com.linkedin.feathr.common.configObj.generation.OperationalConfig
 
getName() - Method in class com.linkedin.feathr.common.configObj.generation.OutputProcessorConfig
 
getName() - Method in class com.linkedin.feathr.common.FeatureRef
 
getName() - Method in class com.linkedin.feathr.common.tensor.DimensionType
Get the name of the DimensionType
getName() - Method in class com.linkedin.feathr.common.tensor.PrimitiveDimensionType
 
getNumber() - Method in enum class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.FeatureValueOneOfCase
 
getNumberWithDefault(Config, String, Number) - Static method in class com.linkedin.feathr.common.configObj.configbuilder.ConfigUtils
return numeric config value with default
getNumTerms() - Method in class com.linkedin.feathr.common.FeatureValue
Deprecated.
getOffset() - Method in class com.linkedin.feathr.common.configObj.DateTimeConfig
 
getOperationalConfig() - Method in class com.linkedin.feathr.common.configObj.generation.FeatureGenConfig
 
getOrderedPlanForFeatureUrns(Collection<TaggedFeatureName>) - Method in class com.linkedin.feathr.common.FeatureDependencyGraph
Returns an ordered list of features including the requested features and its dependencies that represents their execution order.
getOrderedPlanForRequest(Collection<TaggedFeatureName>) - Method in class com.linkedin.feathr.common.FeatureDependencyGraph
Deprecated.
getOutputProcessorsListConfig() - Method in class com.linkedin.feathr.common.configObj.generation.OperationalConfig
 
getOutputTypes() - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
 
getOutputTypes() - Method in interface com.linkedin.feathr.common.tensorbuilder.TypedOperator
 
getOutputTypes() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensorBuilder
 
getParams() - Method in class com.linkedin.feathr.common.configObj.generation.OutputProcessorConfig
 
getParserForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
 
getParserForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
 
getParserForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
 
getParserForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
getParserForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
 
getParserForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
 
getParserForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
 
getParserForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
 
getParserForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
 
getParserForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
 
getParserForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
 
getParserForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
 
getParserForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
 
getParserForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
 
getPlan(Collection<String>) - Method in class com.linkedin.feathr.common.FeatureDependencyGraph
Construct a plan for procuring a group of features.
getPrimitive() - Method in class com.linkedin.feathr.common.types.PrimitiveType
 
getProperty(String, Object, VariableResolverFactory) - Method in class com.linkedin.feathr.offline.mvel.MvelContext.GenericRecordPropertyHandler
 
getRank() - Method in class com.linkedin.feathr.common.featurizeddataset.BaseDenseTensorIterator
 
getReferenceEndTime() - Method in class com.linkedin.feathr.common.configObj.DateTimeConfig
 
getReferenceEndTimeFormat() - Method in class com.linkedin.feathr.common.configObj.DateTimeConfig
 
getRepresentation() - Method in enum class com.linkedin.feathr.common.tensor.Primitive
 
getRepresentation() - Method in class com.linkedin.feathr.common.tensor.PrimitiveDimensionType
 
getRepresentation() - Method in interface com.linkedin.feathr.common.tensor.Representable
 
getRepresentation() - Method in class com.linkedin.feathr.common.types.PrimitiveType
 
getResult(String, String) - Method in class com.linkedin.feathr.cli.FeatureExperimentEntryPoint
 
getRetention() - Method in class com.linkedin.feathr.common.configObj.generation.OfflineOperationalConfig
 
getSerializedSize() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
 
getSerializedSize() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
 
getSerializedSize() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
 
getSerializedSize() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
getSerializedSize() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
 
getSerializedSize() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
 
getSerializedSize() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
 
getSerializedSize() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
 
getSerializedSize() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
 
getSerializedSize() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
 
getSerializedSize() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
 
getSerializedSize() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
 
getSerializedSize() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
 
getSerializedSize() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
 
getShape() - Method in class com.linkedin.feathr.common.CoercingTensorData
 
getShape() - Method in class com.linkedin.feathr.common.tensor.dense.ByteBufferDenseTensor
 
getShape() - Method in class com.linkedin.feathr.common.tensor.DimensionType
Get the shape.
getShape() - Method in class com.linkedin.feathr.common.tensor.PrimitiveDimensionType
 
getShape() - Method in class com.linkedin.feathr.common.tensor.scalar.ScalarTensor
 
getShape() - Method in interface com.linkedin.feathr.common.tensor.TensorData
 
getShape() - Method in class com.linkedin.feathr.common.tensor.TensorType
 
getShape(TensorType) - Static method in class com.linkedin.feathr.common.TensorUtils
Get shape of the tensor as an array
getSimulateTimeDelay() - Method in class com.linkedin.feathr.common.configObj.generation.OfflineOperationalConfig
 
getSize() - Method in class com.linkedin.feathr.common.types.DenseVectorFeatureType
 
getSparseBoolArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseBoolArray sparse_bool_array = 21;
getSparseBoolArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.SparseBoolArray sparse_bool_array = 21;
getSparseBoolArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.SparseBoolArray sparse_bool_array = 21;
getSparseBoolArrayBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseBoolArray sparse_bool_array = 21;
getSparseBoolArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseBoolArray sparse_bool_array = 21;
getSparseBoolArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.SparseBoolArray sparse_bool_array = 21;
getSparseBoolArrayOrBuilder() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.SparseBoolArray sparse_bool_array = 21;
getSparseDoubleArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseDoubleArray sparse_double_array = 24;
getSparseDoubleArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.SparseDoubleArray sparse_double_array = 24;
getSparseDoubleArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.SparseDoubleArray sparse_double_array = 24;
getSparseDoubleArrayBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseDoubleArray sparse_double_array = 24;
getSparseDoubleArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseDoubleArray sparse_double_array = 24;
getSparseDoubleArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.SparseDoubleArray sparse_double_array = 24;
getSparseDoubleArrayOrBuilder() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.SparseDoubleArray sparse_double_array = 24;
getSparseFloatArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseFloatArray sparse_float_array = 25;
getSparseFloatArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.SparseFloatArray sparse_float_array = 25;
getSparseFloatArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.SparseFloatArray sparse_float_array = 25;
getSparseFloatArrayBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseFloatArray sparse_float_array = 25;
getSparseFloatArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseFloatArray sparse_float_array = 25;
getSparseFloatArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.SparseFloatArray sparse_float_array = 25;
getSparseFloatArrayOrBuilder() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.SparseFloatArray sparse_float_array = 25;
getSparseIntegerArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseIntegerArray sparse_integer_array = 22;
getSparseIntegerArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.SparseIntegerArray sparse_integer_array = 22;
getSparseIntegerArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.SparseIntegerArray sparse_integer_array = 22;
getSparseIntegerArrayBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseIntegerArray sparse_integer_array = 22;
getSparseIntegerArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseIntegerArray sparse_integer_array = 22;
getSparseIntegerArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.SparseIntegerArray sparse_integer_array = 22;
getSparseIntegerArrayOrBuilder() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.SparseIntegerArray sparse_integer_array = 22;
getSparseLongArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseLongArray sparse_long_array = 23;
getSparseLongArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.SparseLongArray sparse_long_array = 23;
getSparseLongArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.SparseLongArray sparse_long_array = 23;
getSparseLongArrayBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseLongArray sparse_long_array = 23;
getSparseLongArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseLongArray sparse_long_array = 23;
getSparseLongArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.SparseLongArray sparse_long_array = 23;
getSparseLongArrayOrBuilder() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.SparseLongArray sparse_long_array = 23;
getSparseStringArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseStringArray sparse_string_array = 20;
getSparseStringArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.SparseStringArray sparse_string_array = 20;
getSparseStringArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.SparseStringArray sparse_string_array = 20;
getSparseStringArrayBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseStringArray sparse_string_array = 20;
getSparseStringArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseStringArray sparse_string_array = 20;
getSparseStringArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.SparseStringArray sparse_string_array = 20;
getSparseStringArrayOrBuilder() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.SparseStringArray sparse_string_array = 20;
getStaticCardinality() - Method in interface com.linkedin.feathr.common.tensorbuilder.BulkTensorBuilder
The full count of the tensor values, ignoring a possible unknown dimension.
getStaticCardinality() - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
 
getString(int) - Method in interface com.linkedin.feathr.common.tensor.ReadableTuple
 
getString(int) - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
 
getString(int) - Method in class com.linkedin.feathr.common.tensor.StandaloneReadableTuple
 
getString(int) - Method in interface com.linkedin.feathr.common.tensor.TensorIterator
 
getStringArity() - Method in class com.linkedin.feathr.common.ColumnUtils
 
getStringArity() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
 
getStringArray() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
 
getStringArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.StringArray string_array = 11;
getStringArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.StringArray string_array = 11;
getStringArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.StringArray string_array = 11;
getStringArrayBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.StringArray string_array = 11;
getStringArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.StringArray string_array = 11;
getStringArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.StringArray string_array = 11;
getStringArrayOrBuilder() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.StringArray string_array = 11;
getStringList(Config, String) - Static method in class com.linkedin.feathr.common.configObj.configbuilder.ConfigUtils
return a String list config value where the value can be either a single String or String list
getStringMap(Config) - Static method in class com.linkedin.feathr.common.configObj.configbuilder.ConfigUtils
return a String map config value where the key and value are both simple String
getStrings(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray.Builder
repeated string strings = 1;
getStrings(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
repeated string strings = 1;
getStrings(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArrayOrBuilder
repeated string strings = 1;
getStringsBytes(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray.Builder
repeated string strings = 1;
getStringsBytes(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
repeated string strings = 1;
getStringsBytes(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArrayOrBuilder
repeated string strings = 1;
getStringsCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray.Builder
repeated string strings = 1;
getStringsCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
repeated string strings = 1;
getStringsCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArrayOrBuilder
repeated string strings = 1;
getStringSet() - Method in class com.linkedin.feathr.common.value.CategoricalSetFeatureValue
 
getStringsList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray.Builder
repeated string strings = 1;
getStringsList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
repeated string strings = 1;
getStringsList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArrayOrBuilder
repeated string strings = 1;
getStringValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional string string_value = 2;
getStringValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional string string_value = 2;
getStringValue() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional string string_value = 2;
getStringValue() - Method in class com.linkedin.feathr.common.value.CategoricalFeatureValue
 
getStringValueBytes() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional string string_value = 2;
getStringValueBytes() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional string string_value = 2;
getStringValueBytes() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional string string_value = 2;
getStringWithDefault(Config, String, String) - Static method in class com.linkedin.feathr.common.configObj.configbuilder.ConfigUtils
return string config value with default
getTaggedFeatureNameFromStringTags(ErasedEntityTaggedFeature, List<String>) - Static method in class com.linkedin.feathr.common.TaggedFeatureUtils
 
getTensorBuilder(TensorType) - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilderFactory
 
getTensorBuilder(TensorType) - Method in interface com.linkedin.feathr.common.tensorbuilder.TensorBuilderFactory
 
getTensorBuilder(TensorType) - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensorBuilderFactory
 
getTensorCategory() - Method in class com.linkedin.feathr.common.tensor.TensorType
 
getTensorData() - Method in interface com.linkedin.feathr.common.tensor.TensorIterator
 
getTensorType() - Method in class com.linkedin.feathr.common.FeatureTypeConfig
 
getTensorType() - Method in class com.linkedin.feathr.common.types.TensorFeatureType
 
getTerms(Object) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
 
getTermVector() - Method in class com.linkedin.feathr.common.value.TermVectorFeatureValue
 
getTimeResolution() - Method in class com.linkedin.feathr.common.configObj.DateTimeConfig
 
getTimeSetting() - Method in class com.linkedin.feathr.common.configObj.generation.OfflineOperationalConfig
 
getTimeZone() - Method in class com.linkedin.feathr.common.configObj.DateTimeConfig
 
getTopKTerms(Object, int) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
return an ordered list of terms, based on descending order of corresponding values
getTopTerm(Object) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
get terms with the highest value (duplicate will resolved randomly)
getType() - Method in class com.linkedin.feathr.common.GenericTypedTensor
Returns type metadata.
getType() - Method in class com.linkedin.feathr.common.tensor.scalar.ScalarTensor
 
getType() - Method in interface com.linkedin.feathr.common.TypedTensor
 
getTypes() - Method in class com.linkedin.feathr.common.CoercingTensorData
 
getTypes() - Method in class com.linkedin.feathr.common.tensor.dense.ByteBufferDenseTensor
 
getTypes() - Method in class com.linkedin.feathr.common.tensor.LOLTensorData
 
getTypes() - Method in interface com.linkedin.feathr.common.tensor.ReadableTuple
 
getTypes() - Method in class com.linkedin.feathr.common.tensor.scalar.ScalarBooleanTensor
 
getTypes() - Method in class com.linkedin.feathr.common.tensor.scalar.ScalarBytesTensor
 
getTypes() - Method in class com.linkedin.feathr.common.tensor.scalar.ScalarDoubleTensor
 
getTypes() - Method in class com.linkedin.feathr.common.tensor.scalar.ScalarFloatTensor
 
getTypes() - Method in class com.linkedin.feathr.common.tensor.scalar.ScalarIntTensor
 
getTypes() - Method in class com.linkedin.feathr.common.tensor.scalar.ScalarLongTensor
 
getTypes() - Method in class com.linkedin.feathr.common.tensor.scalar.ScalarStringTensor
 
getTypes() - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
 
getTypes() - Method in class com.linkedin.feathr.common.tensor.StandaloneReadableTuple
 
getTypes() - Method in interface com.linkedin.feathr.common.tensor.TensorData
 
getTypes() - Method in interface com.linkedin.feathr.common.tensor.TensorIterator
 
getTypes() - Method in interface com.linkedin.feathr.common.tensor.WriteableTuple
 
getTypes() - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
 
getTypes() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
 
getTypes() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensorBuilder
 
getUnknownFields() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
 
getUnknownFields() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
 
getUnknownFields() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
 
getUnknownFields() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
getUnknownFields() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
 
getUnknownFields() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
 
getUnknownFields() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
 
getUnknownFields() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
 
getUnknownFields() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
 
getUnknownFields() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
 
getUnknownFields() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
 
getUnknownFields() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
 
getUnknownFields() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
 
getUnknownFields() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
 
getValue() - Method in class com.linkedin.feathr.common.FeatureValue
Deprecated.
Prefer to use FeatureValue.getAsTermVector() which has a more descriptive name
getValue() - Method in class com.linkedin.feathr.common.FeatureVariableResolver
 
getValue(int) - Method in interface com.linkedin.feathr.common.tensor.TensorIterator
Deprecated.
this should not be used
getValueArity() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
 
getValueBooleans(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
repeated bool value_booleans = 2;
getValueBooleans(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
repeated bool value_booleans = 2;
getValueBooleans(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArrayOrBuilder
repeated bool value_booleans = 2;
getValueBooleansCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
repeated bool value_booleans = 2;
getValueBooleansCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
repeated bool value_booleans = 2;
getValueBooleansCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArrayOrBuilder
repeated bool value_booleans = 2;
getValueBooleansList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
repeated bool value_booleans = 2;
getValueBooleansList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
repeated bool value_booleans = 2;
getValueBooleansList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArrayOrBuilder
repeated bool value_booleans = 2;
getValueDoubles(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
repeated double value_doubles = 2;
getValueDoubles(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
repeated double value_doubles = 2;
getValueDoubles(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArrayOrBuilder
repeated double value_doubles = 2;
getValueDoublesCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
repeated double value_doubles = 2;
getValueDoublesCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
repeated double value_doubles = 2;
getValueDoublesCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArrayOrBuilder
repeated double value_doubles = 2;
getValueDoublesList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
repeated double value_doubles = 2;
getValueDoublesList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
repeated double value_doubles = 2;
getValueDoublesList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArrayOrBuilder
repeated double value_doubles = 2;
getValueFloats(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
repeated float value_floats = 2;
getValueFloats(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
repeated float value_floats = 2;
getValueFloats(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArrayOrBuilder
repeated float value_floats = 2;
getValueFloatsCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
repeated float value_floats = 2;
getValueFloatsCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
repeated float value_floats = 2;
getValueFloatsCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArrayOrBuilder
repeated float value_floats = 2;
getValueFloatsList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
repeated float value_floats = 2;
getValueFloatsList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
repeated float value_floats = 2;
getValueFloatsList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArrayOrBuilder
repeated float value_floats = 2;
getValueIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
repeated int32 value_integers = 2;
getValueIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
repeated int32 value_integers = 2;
getValueIntegers(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArrayOrBuilder
repeated int32 value_integers = 2;
getValueIntegersCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
repeated int32 value_integers = 2;
getValueIntegersCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
repeated int32 value_integers = 2;
getValueIntegersCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArrayOrBuilder
repeated int32 value_integers = 2;
getValueIntegersList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
repeated int32 value_integers = 2;
getValueIntegersList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
repeated int32 value_integers = 2;
getValueIntegersList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArrayOrBuilder
repeated int32 value_integers = 2;
getValueLongs(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
repeated int64 value_longs = 2;
getValueLongs(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
repeated int64 value_longs = 2;
getValueLongs(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArrayOrBuilder
repeated int64 value_longs = 2;
getValueLongsCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
repeated int64 value_longs = 2;
getValueLongsCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
repeated int64 value_longs = 2;
getValueLongsCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArrayOrBuilder
repeated int64 value_longs = 2;
getValueLongsList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
repeated int64 value_longs = 2;
getValueLongsList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
repeated int64 value_longs = 2;
getValueLongsList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArrayOrBuilder
repeated int64 value_longs = 2;
getValues() - Method in class com.linkedin.feathr.common.tensor.LOLTensorData
 
getValueStrings(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
repeated string value_strings = 2;
getValueStrings(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
repeated string value_strings = 2;
getValueStrings(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArrayOrBuilder
repeated string value_strings = 2;
getValueStringsBytes(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
repeated string value_strings = 2;
getValueStringsBytes(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
repeated string value_strings = 2;
getValueStringsBytes(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArrayOrBuilder
repeated string value_strings = 2;
getValueStringsCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
repeated string value_strings = 2;
getValueStringsCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
repeated string value_strings = 2;
getValueStringsCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArrayOrBuilder
repeated string value_strings = 2;
getValueStringsList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
repeated string value_strings = 2;
getValueStringsList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
repeated string value_strings = 2;
getValueStringsList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArrayOrBuilder
repeated string value_strings = 2;
getValueType() - Method in class com.linkedin.feathr.common.tensor.TensorType
 

H

hasBooleanArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.BooleanArray boolean_array = 10;
hasBooleanArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.BooleanArray boolean_array = 10;
hasBooleanArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.BooleanArray boolean_array = 10;
hasBooleanValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional bool boolean_value = 1;
hasBooleanValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional bool boolean_value = 1;
hasBooleanValue() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional bool boolean_value = 1;
hasByteArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.BytesArray byte_array = 16;
hasByteArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.BytesArray byte_array = 16;
hasByteArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.BytesArray byte_array = 16;
hasDoubleArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.DoubleArray double_array = 13;
hasDoubleArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.DoubleArray double_array = 13;
hasDoubleArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.DoubleArray double_array = 13;
hasDoubleValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional double double_value = 4;
hasDoubleValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional double double_value = 4;
hasDoubleValue() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional double double_value = 4;
hasFloatArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.FloatArray float_array = 12;
hasFloatArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.FloatArray float_array = 12;
hasFloatArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.FloatArray float_array = 12;
hasFloatValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional float float_value = 3;
hasFloatValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional float float_value = 3;
hasFloatValue() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional float float_value = 3;
hashCode() - Method in class com.linkedin.feathr.common.configObj.DateTimeConfig
 
hashCode() - Method in class com.linkedin.feathr.common.configObj.generation.FeatureGenConfig
 
hashCode() - Method in class com.linkedin.feathr.common.configObj.generation.OfflineOperationalConfig
 
hashCode() - Method in class com.linkedin.feathr.common.configObj.generation.OperationalConfig
 
hashCode() - Method in class com.linkedin.feathr.common.configObj.generation.OutputProcessorConfig
 
hashCode() - Method in class com.linkedin.feathr.common.ErasedEntityTaggedFeature
 
hashCode() - Method in class com.linkedin.feathr.common.FeatureError
 
hashCode() - Method in class com.linkedin.feathr.common.FeatureRef
 
hashCode() - Method in class com.linkedin.feathr.common.FeatureTypeConfig
 
hashCode() - Method in class com.linkedin.feathr.common.FeatureValue
 
hashCode() - Method in class com.linkedin.feathr.common.GenericTypedTensor
 
hashCode() - Method in class com.linkedin.feathr.common.TaggedFeatureName
 
hashCode() - Method in class com.linkedin.feathr.common.tensor.PrimitiveDimensionType
 
hashCode() - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
 
hashCode() - Method in class com.linkedin.feathr.common.tensor.StandaloneReadableTuple
 
hashCode() - Method in class com.linkedin.feathr.common.tensor.TensorType
 
hashCode() - Method in class com.linkedin.feathr.common.types.DenseVectorFeatureType
 
hashCode() - Method in class com.linkedin.feathr.common.types.PrimitiveType
 
hashCode() - Method in class com.linkedin.feathr.common.types.TensorFeatureType
 
hashCode() - Method in class com.linkedin.feathr.common.value.BooleanFeatureValue
 
hashCode() - Method in class com.linkedin.feathr.common.value.CategoricalFeatureValue
 
hashCode() - Method in class com.linkedin.feathr.common.value.CategoricalSetFeatureValue
 
hashCode() - Method in class com.linkedin.feathr.common.value.DenseVectorFeatureValue
 
hashCode() - Method in class com.linkedin.feathr.common.value.NumericFeatureValue
 
hashCode() - Method in class com.linkedin.feathr.common.value.TensorFeatureValue
 
hashCode() - Method in class com.linkedin.feathr.common.value.TermVectorFeatureValue
 
Hasher - Class in com.linkedin.feathr.common
Generate hash for a tensor based on column types and values stored in the tensor.
Hasher() - Constructor for class com.linkedin.feathr.common.Hasher
 
hasIntArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.IntegerArray int_array = 14;
hasIntArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.IntegerArray int_array = 14;
hasIntArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.IntegerArray int_array = 14;
hasIntValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional int32 int_value = 5;
hasIntValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional int32 int_value = 5;
hasIntValue() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional int32 int_value = 5;
hasLongArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.LongArray long_array = 15;
hasLongArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.LongArray long_array = 15;
hasLongArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.LongArray long_array = 15;
hasLongValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional int64 long_value = 6;
hasLongValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional int64 long_value = 6;
hasLongValue() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional int64 long_value = 6;
hasSparseBoolArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseBoolArray sparse_bool_array = 21;
hasSparseBoolArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.SparseBoolArray sparse_bool_array = 21;
hasSparseBoolArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.SparseBoolArray sparse_bool_array = 21;
hasSparseDoubleArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseDoubleArray sparse_double_array = 24;
hasSparseDoubleArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.SparseDoubleArray sparse_double_array = 24;
hasSparseDoubleArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.SparseDoubleArray sparse_double_array = 24;
hasSparseFloatArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseFloatArray sparse_float_array = 25;
hasSparseFloatArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.SparseFloatArray sparse_float_array = 25;
hasSparseFloatArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.SparseFloatArray sparse_float_array = 25;
hasSparseIntegerArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseIntegerArray sparse_integer_array = 22;
hasSparseIntegerArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.SparseIntegerArray sparse_integer_array = 22;
hasSparseIntegerArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.SparseIntegerArray sparse_integer_array = 22;
hasSparseLongArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseLongArray sparse_long_array = 23;
hasSparseLongArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.SparseLongArray sparse_long_array = 23;
hasSparseLongArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.SparseLongArray sparse_long_array = 23;
hasSparseStringArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseStringArray sparse_string_array = 20;
hasSparseStringArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.SparseStringArray sparse_string_array = 20;
hasSparseStringArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.SparseStringArray sparse_string_array = 20;
hasStringArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.StringArray string_array = 11;
hasStringArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional .protobuf.StringArray string_array = 11;
hasStringArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional .protobuf.StringArray string_array = 11;
hasStringValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional string string_value = 2;
hasStringValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
optional string string_value = 2;
hasStringValue() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
optional string string_value = 2;
hasTensorType() - Method in class com.linkedin.feathr.common.FeatureTypeConfig
 
hasVariableCardinality() - Method in interface com.linkedin.feathr.common.tensorbuilder.BulkTensorBuilder
If the actual cardinality can be a multiple of the static cardinality, as opposed to exactly equal.
hasVariableCardinality() - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
 
HOUR - Enum constant in enum class com.linkedin.feathr.common.time.TimeUnit
 
hourofday(Object) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
 

I

if_else(boolean, boolean, boolean) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
 
if_else(boolean, Double, Double) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
 
if_else(boolean, Float, Float) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
 
if_else(boolean, Integer, Integer) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
 
if_else(boolean, String, String) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
Ternary operator.
INDEX_INTEGERS_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
 
INDEX_INTEGERS_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
 
INDEX_INTEGERS_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
 
INDEX_INTEGERS_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
 
INDEX_INTEGERS_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
 
INDEX_INTEGERS_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
 
indexFieldName(int) - Static method in class com.linkedin.feathr.common.featurizeddataset.InternalFeaturizedDatasetMetadataUtils
 
indexFieldName(int) - Static method in class com.linkedin.feathr.common.featurizeddataset.SchemaMetadataUtils
 
indexToString(long) - Method in class com.linkedin.feathr.common.tensor.DimensionType
init(Map<String, PARAM>) - Method in interface com.linkedin.feathr.common.ParameterizedFeatureExtractor
Initialize the extractor params.
INSTANCE - Static variable in class com.linkedin.feathr.common.Equal
 
INSTANCE - Static variable in class com.linkedin.feathr.common.Hasher
 
INSTANCE - Static variable in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilderFactory
 
INSTANCE - Static variable in class com.linkedin.feathr.common.tensorbuilder.UniversalTensorBuilderFactory
 
INSTANCE - Static variable in class com.linkedin.feathr.common.types.BooleanFeatureType
 
INSTANCE - Static variable in class com.linkedin.feathr.common.types.CategoricalFeatureType
 
INSTANCE - Static variable in class com.linkedin.feathr.common.types.CategoricalSetFeatureType
 
INSTANCE - Static variable in class com.linkedin.feathr.common.types.NumericFeatureType
 
INSTANCE - Static variable in class com.linkedin.feathr.common.types.TermVectorFeatureType
 
INSTANCE - Static variable in class com.linkedin.feathr.common.value.NTVFeatureFormatMapper
 
INSTANCE - Static variable in class com.linkedin.feathr.common.value.QuinceFeatureFormatMapper
 
INSTANCE - Static variable in class com.linkedin.feathr.common.value.QuinceFeatureTypeMapper
 
INSTANCE - Static variable in class com.linkedin.feathr.offline.mvel.MvelContext.GenericRecordPropertyHandler
 
INT - Enum constant in enum class com.linkedin.feathr.common.tensor.Primitive
 
INT - Static variable in class com.linkedin.feathr.common.tensor.PrimitiveDimensionType
 
INT - Static variable in class com.linkedin.feathr.common.types.PrimitiveType
 
INT_ARRAY - Enum constant in enum class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.FeatureValueOneOfCase
 
INT_ARRAY_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
INT_VALUE - Enum constant in enum class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.FeatureValueOneOfCase
 
INT_VALUE_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
INTEGERS_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
 
INTERNAL_ERROR - Enum constant in enum class com.linkedin.feathr.common.FeatureErrorCode
 
InternalApi - Annotation Interface in com.linkedin.feathr.common
An annotation indicating that the target is part of a module-private "internal API" and SHOULD NOT be used by external modules.
InternalFeaturizedDatasetMetadataUtils - Class in com.linkedin.feathr.common.featurizeddataset
Utility methods for working with FeaturizedDatasetMetadata.
internalGetFieldAccessorTable() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray.Builder
 
internalGetFieldAccessorTable() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
 
internalGetFieldAccessorTable() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray.Builder
 
internalGetFieldAccessorTable() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
 
internalGetFieldAccessorTable() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray.Builder
 
internalGetFieldAccessorTable() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
 
internalGetFieldAccessorTable() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
 
internalGetFieldAccessorTable() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
internalGetFieldAccessorTable() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray.Builder
 
internalGetFieldAccessorTable() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
 
internalGetFieldAccessorTable() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray.Builder
 
internalGetFieldAccessorTable() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
 
internalGetFieldAccessorTable() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray.Builder
 
internalGetFieldAccessorTable() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
 
internalGetFieldAccessorTable() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
 
internalGetFieldAccessorTable() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
 
internalGetFieldAccessorTable() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
 
internalGetFieldAccessorTable() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
 
internalGetFieldAccessorTable() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
 
internalGetFieldAccessorTable() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
 
internalGetFieldAccessorTable() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
 
internalGetFieldAccessorTable() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
 
internalGetFieldAccessorTable() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
 
internalGetFieldAccessorTable() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
 
internalGetFieldAccessorTable() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
 
internalGetFieldAccessorTable() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
 
internalGetFieldAccessorTable() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray.Builder
 
internalGetFieldAccessorTable() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
 
isBoolean(FeatureValue) - Static method in class com.linkedin.feathr.common.util.CoercionUtils
Returns true if the input FeatureValue is a boolean feature and false otherwise Boolean features when represented as a term vector has the form: ""=1.0f (true) and empty map (false)
isCategorical(FeatureValue) - Static method in class com.linkedin.feathr.common.util.CoercionUtils
Returns true the input FeatureValue is a categorical feature and false otherwise Categorical features when represented as a term vector has the form: {"term"=1.0f}
isDeclared(String) - Method in class com.linkedin.feathr.common.FeatureDependencyGraph
Returns whether a given feature name is present in the dependency graph
isEmpty() - Method in class com.linkedin.feathr.common.FeatureValue
Check if the FeatureValue is empty or not.
isEmpty() - Method in class com.linkedin.feathr.common.tensor.LOLTensorData
 
isEmpty() - Method in interface com.linkedin.feathr.common.tensor.TensorData
 
isEmpty() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
 
isInitialized() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray.Builder
 
isInitialized() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
 
isInitialized() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray.Builder
 
isInitialized() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
 
isInitialized() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray.Builder
 
isInitialized() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
 
isInitialized() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
 
isInitialized() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
isInitialized() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray.Builder
 
isInitialized() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
 
isInitialized() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray.Builder
 
isInitialized() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
 
isInitialized() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray.Builder
 
isInitialized() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
 
isInitialized() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
 
isInitialized() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
 
isInitialized() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
 
isInitialized() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
 
isInitialized() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
 
isInitialized() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
 
isInitialized() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
 
isInitialized() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
 
isInitialized() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
 
isInitialized() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
 
isInitialized() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
 
isInitialized() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
 
isInitialized() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray.Builder
 
isInitialized() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
 
isInstance(Object) - Method in enum class com.linkedin.feathr.common.tensor.Primitive
check whether the input object is of the primitive type without coercion.
isNonZero(Object) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
Return true if a feature has at least 1 term with value not zero.
isnotnull(Object) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
 
isnull(Object) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
 
isNumeric(FeatureValue) - Static method in class com.linkedin.feathr.common.util.CoercionUtils
Returns true if the input FeatureValue is a numeric feature and false otherwise Numeric features when represented as a term vector have the form: {""=3.0f}
isPresent(Object) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
return true if a feature variable is not null.
isReachable(String) - Method in class com.linkedin.feathr.common.FeatureDependencyGraph
Deprecated.
isReachableWithErrorMessage(String) - Method in class com.linkedin.feathr.common.FeatureDependencyGraph
Returns whether a given feature is reachable
isValid() - Method in class com.linkedin.feathr.common.featurizeddataset.BaseDenseTensorIterator
 
isValid() - Method in interface com.linkedin.feathr.common.tensor.TensorIterator
 
iterator() - Method in class com.linkedin.feathr.common.CoercingTensorData
 
iterator() - Method in class com.linkedin.feathr.common.tensor.dense.DenseBooleanTensor
 
iterator() - Method in class com.linkedin.feathr.common.tensor.dense.DenseBytesTensor
 
iterator() - Method in class com.linkedin.feathr.common.tensor.dense.DenseDoubleTensor
 
iterator() - Method in class com.linkedin.feathr.common.tensor.dense.DenseFloatTensor
 
iterator() - Method in class com.linkedin.feathr.common.tensor.dense.DenseIntTensor
 
iterator() - Method in class com.linkedin.feathr.common.tensor.dense.DenseLongTensor
 
iterator() - Method in class com.linkedin.feathr.common.tensor.dense.DenseStringTensor
 
iterator() - Method in class com.linkedin.feathr.common.tensor.LOLTensorData
 
iterator() - Method in class com.linkedin.feathr.common.tensor.scalar.ScalarBooleanTensor
 
iterator() - Method in class com.linkedin.feathr.common.tensor.scalar.ScalarBytesTensor
 
iterator() - Method in class com.linkedin.feathr.common.tensor.scalar.ScalarDoubleTensor
 
iterator() - Method in class com.linkedin.feathr.common.tensor.scalar.ScalarFloatTensor
 
iterator() - Method in class com.linkedin.feathr.common.tensor.scalar.ScalarIntTensor
 
iterator() - Method in class com.linkedin.feathr.common.tensor.scalar.ScalarLongTensor
 
iterator() - Method in class com.linkedin.feathr.common.tensor.scalar.ScalarStringTensor
 
iterator() - Method in interface com.linkedin.feathr.common.tensor.TensorData
 
iterator() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
 

L

LOLTensorData - Class in com.linkedin.feathr.common.tensor
Each list is of the same length and stores a single dimension (similarly to parallel arrays).
LOLTensorData(Representable[], List<List<?>>, List<?>) - Constructor for class com.linkedin.feathr.common.tensor.LOLTensorData
 
LOLTensorData(Representable[], List<List<?>>, List<?>, boolean) - Constructor for class com.linkedin.feathr.common.tensor.LOLTensorData
 
LONG - Enum constant in enum class com.linkedin.feathr.common.tensor.Primitive
 
LONG - Static variable in class com.linkedin.feathr.common.tensor.PrimitiveDimensionType
 
LONG - Static variable in class com.linkedin.feathr.common.types.PrimitiveType
 
LONG_ARRAY - Enum constant in enum class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.FeatureValueOneOfCase
 
LONG_ARRAY_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
LONG_VALUE - Enum constant in enum class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.FeatureValueOneOfCase
 
LONG_VALUE_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
LONGS_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
 

M

main(String[]) - Static method in class com.linkedin.feathr.cli.FeatureExperimentEntryPoint
 
MAX - Enum constant in enum class com.linkedin.feathr.common.FeatureAggregationType
 
mergeBooleanArray(FeatureValueOuterClass.BooleanArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.BooleanArray boolean_array = 10;
mergeByteArray(FeatureValueOuterClass.BytesArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.BytesArray byte_array = 16;
mergeDoubleArray(FeatureValueOuterClass.DoubleArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.DoubleArray double_array = 13;
mergeFloatArray(FeatureValueOuterClass.FloatArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.FloatArray float_array = 12;
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray.Builder
 
mergeFrom(Message) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray.Builder
 
mergeFrom(Message) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray.Builder
 
mergeFrom(Message) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray.Builder
 
mergeFrom(Message) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
 
mergeFrom(Message) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray.Builder
 
mergeFrom(Message) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray.Builder
 
mergeFrom(Message) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray.Builder
 
mergeFrom(Message) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
 
mergeFrom(Message) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
 
mergeFrom(Message) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
 
mergeFrom(Message) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
 
mergeFrom(Message) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
 
mergeFrom(Message) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
 
mergeFrom(Message) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray.Builder
 
mergeFrom(FeatureValueOuterClass.BooleanArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray.Builder
 
mergeFrom(FeatureValueOuterClass.BytesArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray.Builder
 
mergeFrom(FeatureValueOuterClass.DoubleArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray.Builder
 
mergeFrom(FeatureValueOuterClass.FeatureValue) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
 
mergeFrom(FeatureValueOuterClass.FloatArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray.Builder
 
mergeFrom(FeatureValueOuterClass.IntegerArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray.Builder
 
mergeFrom(FeatureValueOuterClass.LongArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray.Builder
 
mergeFrom(FeatureValueOuterClass.SparseBoolArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
 
mergeFrom(FeatureValueOuterClass.SparseDoubleArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
 
mergeFrom(FeatureValueOuterClass.SparseFloatArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
 
mergeFrom(FeatureValueOuterClass.SparseIntegerArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
 
mergeFrom(FeatureValueOuterClass.SparseLongArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
 
mergeFrom(FeatureValueOuterClass.SparseStringArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
 
mergeFrom(FeatureValueOuterClass.StringArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray.Builder
 
mergeIntArray(FeatureValueOuterClass.IntegerArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.IntegerArray int_array = 14;
mergeLongArray(FeatureValueOuterClass.LongArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.LongArray long_array = 15;
mergeSparseBoolArray(FeatureValueOuterClass.SparseBoolArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseBoolArray sparse_bool_array = 21;
mergeSparseDoubleArray(FeatureValueOuterClass.SparseDoubleArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseDoubleArray sparse_double_array = 24;
mergeSparseFloatArray(FeatureValueOuterClass.SparseFloatArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseFloatArray sparse_float_array = 25;
mergeSparseIntegerArray(FeatureValueOuterClass.SparseIntegerArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseIntegerArray sparse_integer_array = 22;
mergeSparseLongArray(FeatureValueOuterClass.SparseLongArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseLongArray sparse_long_array = 23;
mergeSparseStringArray(FeatureValueOuterClass.SparseStringArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseStringArray sparse_string_array = 20;
mergeStringArray(FeatureValueOuterClass.StringArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.StringArray string_array = 11;
MILLISECOND - Enum constant in enum class com.linkedin.feathr.common.time.TimeUnit
 
MIN - Enum constant in enum class com.linkedin.feathr.common.FeatureAggregationType
 
MINUTE - Enum constant in enum class com.linkedin.feathr.common.time.TimeUnit
 
MONTH - Enum constant in enum class com.linkedin.feathr.common.time.TimeUnit
 
mvelAlienUDFRegisterClazz - Static variable in class com.linkedin.feathr.offline.mvel.MvelContext
 
MvelContext - Class in com.linkedin.feathr.offline.mvel
Some MVEL hackery to enable use in Feathr.
MvelContext.GenericRecordPropertyHandler - Class in com.linkedin.feathr.offline.mvel
Allows easy access to the properties of GenericRecord object from MVEL.
MvelContextUDFs - Class in com.linkedin.feathr.common.util
MVEL is an open-source expression language and runtime that makes it easy to write concise statements that operate on structured data objects (such as Avro records), among other things.
MvelContextUDFs.ExportToMvel - Annotation Interface in com.linkedin.feathr.common.util
 

N

newBuilder() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
 
newBuilder() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
 
newBuilder() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
 
newBuilder() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
newBuilder() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
 
newBuilder() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
 
newBuilder() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
 
newBuilder() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
 
newBuilder() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
 
newBuilder() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
 
newBuilder() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
 
newBuilder() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
 
newBuilder() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
 
newBuilder() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
 
newBuilder(FeatureValueOuterClass.BooleanArray) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
 
newBuilder(FeatureValueOuterClass.BytesArray) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
 
newBuilder(FeatureValueOuterClass.DoubleArray) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
 
newBuilder(FeatureValueOuterClass.FeatureValue) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
newBuilder(FeatureValueOuterClass.FloatArray) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
 
newBuilder(FeatureValueOuterClass.IntegerArray) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
 
newBuilder(FeatureValueOuterClass.LongArray) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
 
newBuilder(FeatureValueOuterClass.SparseBoolArray) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
 
newBuilder(FeatureValueOuterClass.SparseDoubleArray) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
 
newBuilder(FeatureValueOuterClass.SparseFloatArray) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
 
newBuilder(FeatureValueOuterClass.SparseIntegerArray) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
 
newBuilder(FeatureValueOuterClass.SparseLongArray) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
 
newBuilder(FeatureValueOuterClass.SparseStringArray) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
 
newBuilder(FeatureValueOuterClass.StringArray) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
 
newBuilderForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
 
newBuilderForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
 
newBuilderForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
 
newBuilderForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
newBuilderForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
 
newBuilderForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
 
newBuilderForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
 
newBuilderForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
 
newBuilderForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
 
newBuilderForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
 
newBuilderForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
 
newBuilderForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
 
newBuilderForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
 
newBuilderForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
 
newParserContext() - Static method in class com.linkedin.feathr.offline.mvel.MvelContext
Gives access to our helper methods from within an MVEL expression.
next() - Method in class com.linkedin.feathr.common.featurizeddataset.BaseDenseTensorIterator
 
next() - Method in interface com.linkedin.feathr.common.tensor.TensorIterator
Move iterator to the next row.
not(boolean) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
 
NTVFeatureFormatMapper - Class in com.linkedin.feathr.common.value
A FeatureFormatMapper that converts in and out of NTV representation, using Feathr's legacy rules for representing types like NUMERIC, BOOLEAN, and DENSE_VECTOR as term vectors.
numeric(float) - Static method in class com.linkedin.feathr.common.value.FeatureValues
Returns a numeric feature value for a given float value
numeric(TensorData) - Static method in class com.linkedin.feathr.common.value.FeatureValues
Returns a numeric feature value from a given tensor, which must be a numeric-scalar
NUMERIC - Enum constant in enum class com.linkedin.feathr.common.FeatureTypes
 
NUMERIC - Enum constant in enum class com.linkedin.feathr.common.types.FeatureType.BasicType
 
NUMERIC_TYPE_CONFIG - Static variable in class com.linkedin.feathr.common.FeatureTypeConfig
 
NumericFeatureType - Class in com.linkedin.feathr.common.types
A FeatureType class for Feathr's NUMERIC feature type.
NumericFeatureValue - Class in com.linkedin.feathr.common.value
A specific FeatureValue class for NUMERIC features.

O

OfflineOperationalConfig - Class in com.linkedin.feathr.common.configObj.generation
Operational section in feature generation config Feature generation config contains two major sections, i.e., operational and feature list sections, feature list specify the features to generate, operational section contains all the related settings.
OfflineOperationalConfig(List<OutputProcessorConfig>, String, DateTimeConfig, Duration, Duration, Boolean) - Constructor for class com.linkedin.feathr.common.configObj.generation.OfflineOperationalConfig
 
OperationalConfig - Class in com.linkedin.feathr.common.configObj.generation
Operational section in feature generation config This abstract class is extended by offline Operational Config.
OperationalConfig(List<OutputProcessorConfig>, String) - Constructor for class com.linkedin.feathr.common.configObj.generation.OperationalConfig
 
OperationalConfigBuilder - Class in com.linkedin.feathr.common.configObj.configbuilder
Operation config object builder
or(boolean, boolean) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
 
OUT_OF_VOCAB - Static variable in class com.linkedin.feathr.common.tensor.DimensionType
The reported string value for values out of the mapping for the dimension.
OutputProcessorBuilder - Class in com.linkedin.feathr.common.configObj.configbuilder
Output processor config object builder, e.g., HDFS, Redis processor
OutputProcessorConfig - Class in com.linkedin.feathr.common.configObj.generation
Output processor config, e.g., write to HDFS processor or push to Redis processor
OutputProcessorConfig(String, Config) - Constructor for class com.linkedin.feathr.common.configObj.generation.OutputProcessorConfig
Constructor

P

ParameterizedFeatureExtractor<SOURCE_DATA,PARAM> - Interface in com.linkedin.feathr.common
This extension of the FeatureExtractor rely on extra parameters to extract features.
parseDelimitedFrom(InputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
 
parseDelimitedFrom(InputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
 
parseDelimitedFrom(InputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
 
parseDelimitedFrom(InputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
parseDelimitedFrom(InputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
 
parseDelimitedFrom(InputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
 
parseDelimitedFrom(InputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
 
parseDelimitedFrom(InputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
 
parseDelimitedFrom(InputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
 
parseDelimitedFrom(InputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
 
parseDelimitedFrom(InputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
 
parseDelimitedFrom(InputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
 
parseDelimitedFrom(InputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
 
parseDelimitedFrom(InputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
 
parseFrom(byte[]) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
 
parseFrom(byte[]) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
 
parseFrom(byte[]) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
 
parseFrom(byte[]) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
parseFrom(byte[]) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
 
parseFrom(byte[]) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
 
parseFrom(byte[]) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
 
parseFrom(byte[]) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
 
parseFrom(byte[]) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
 
parseFrom(byte[]) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
 
parseFrom(byte[]) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
 
parseFrom(byte[]) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
 
parseFrom(byte[]) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
 
parseFrom(byte[]) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
 
parseFrom(ByteString) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
 
parseFrom(ByteString) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
 
parseFrom(ByteString) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
 
parseFrom(ByteString) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
parseFrom(ByteString) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
 
parseFrom(ByteString) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
 
parseFrom(ByteString) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
 
parseFrom(ByteString) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
 
parseFrom(ByteString) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
 
parseFrom(ByteString) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
 
parseFrom(ByteString) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
 
parseFrom(ByteString) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
 
parseFrom(ByteString) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
 
parseFrom(ByteString) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
 
parseFrom(CodedInputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
 
parseFrom(CodedInputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
 
parseFrom(CodedInputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
 
parseFrom(CodedInputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
parseFrom(CodedInputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
 
parseFrom(CodedInputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
 
parseFrom(CodedInputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
 
parseFrom(CodedInputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
 
parseFrom(CodedInputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
 
parseFrom(CodedInputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
 
parseFrom(CodedInputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
 
parseFrom(CodedInputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
 
parseFrom(CodedInputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
 
parseFrom(CodedInputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
 
parseFrom(InputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
 
parseFrom(InputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
 
parseFrom(InputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
 
parseFrom(InputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
parseFrom(InputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
 
parseFrom(InputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
 
parseFrom(InputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
 
parseFrom(InputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
 
parseFrom(InputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
 
parseFrom(InputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
 
parseFrom(InputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
 
parseFrom(InputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
 
parseFrom(InputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
 
parseFrom(InputStream) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
 
PARSER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
 
PARSER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
 
PARSER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
 
PARSER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
PARSER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
 
PARSER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
 
PARSER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
 
PARSER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
 
PARSER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
 
PARSER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
 
PARSER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
 
PARSER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
 
PARSER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
 
PARSER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
 
parseTensorType(String) - Static method in class com.linkedin.feathr.common.tensor.TensorTypes
Creates a TensorType from a string representation of the type.
parseTensorType(String) - Static method in class com.linkedin.feathr.common.TensorUtils
PegasusDefaultFeatureValueResolver - Class in com.linkedin.feathr.common
This class extracts default FeatureValue from pegasus models
PegasusFeatureTypeResolver - Class in com.linkedin.feathr.common
This class maps from the pegasus models for feature types to Frame's common domain models for feature types and vice versa.
populateTensor(Representable[], Object[][], TensorBuilder) - Static method in class com.linkedin.feathr.common.TensorUtils
Creates a Tensor object with the associated columnTypes and data using TensorBuilder
Primitive - Enum Class in com.linkedin.feathr.common.tensor
Supported primitive types.
PrimitiveDimensionType - Class in com.linkedin.feathr.common.tensor
The most basic type of a dimension.
PrimitiveDimensionType(Primitive) - Constructor for class com.linkedin.feathr.common.tensor.PrimitiveDimensionType
 
PrimitiveDimensionType(Primitive, int) - Constructor for class com.linkedin.feathr.common.tensor.PrimitiveDimensionType
 
primitiveSize(Primitive) - Static method in class com.linkedin.feathr.common.tensorbuilder.BufferUtils
Return size of primitive types in terms of bytes
PrimitiveType - Class in com.linkedin.feathr.common.types
Type definitions for the supported primitives.
PrimitiveType(Primitive) - Constructor for class com.linkedin.feathr.common.types.PrimitiveType
Consider using pre-allocated instances.
put(String, Float) - Method in class com.linkedin.feathr.common.FeatureValue
Deprecated.
mutability in FeatureValue is deprecated; see class-level Javadoc

Q

QuinceFeatureFormatMapper - Class in com.linkedin.feathr.common.value
A FeatureFormatMapper that can represent any FeatureValue as a Quince TensorData.
QuinceFeatureTypeMapper - Class in com.linkedin.feathr.common.value
A mapper, or translator, that provides a Quince TensorType for a given FeatureType.

R

RAGGED - Enum constant in enum class com.linkedin.feathr.common.tensor.TensorCategory
More general than DENSE, this category relaxes the constraint that shape of every dimension is constant within a single data instance.
read(Kryo, Input) - Method in class com.linkedin.feathr.common.FeatureValue
 
ReadableTuple - Interface in com.linkedin.feathr.common.tensor
A readable tuple of primitives.
registerAllExtensions(ExtensionRegistry) - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass
 
registerUDFs(Class<?>, ParserConfiguration) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
 
Representable - Interface in com.linkedin.feathr.common.tensor
A scalar with a primitive representation - either a dimension or a value.
resetColumns() - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
Resets all values to 0 (for primitives) and null for Strings
resolveDefaultValue(String, FeatureVersion) - Method in class com.linkedin.feathr.common.PegasusDefaultFeatureValueResolver
Resolve default value in the format of FeatureValue from FeatureVersion.
resolveEmbeddingSize(FeatureVersion) - Method in class com.linkedin.feathr.common.PegasusFeatureTypeResolver
Deprecated.
resolveFeatureType(FeatureVersion) - Method in class com.linkedin.feathr.common.PegasusFeatureTypeResolver
Resolves the FeatureTypeConfig from the the pegasus FeatureVersion model.

S

safeRatio(int, int) - Static method in class com.linkedin.feathr.common.TensorUtils
 
safeToFloat(Object) - Static method in class com.linkedin.feathr.common.util.CoercionUtils
Safely convert an input object to its float representation.
safeToString(Object) - Static method in class com.linkedin.feathr.common.util.CoercionUtils
Safely convert an input object into its string representation.
ScalarBooleanTensor - Class in com.linkedin.feathr.common.tensor.scalar
 
ScalarBooleanTensor(boolean) - Constructor for class com.linkedin.feathr.common.tensor.scalar.ScalarBooleanTensor
 
ScalarBytesTensor - Class in com.linkedin.feathr.common.tensor.scalar
 
ScalarBytesTensor(byte[]) - Constructor for class com.linkedin.feathr.common.tensor.scalar.ScalarBytesTensor
 
ScalarDoubleTensor - Class in com.linkedin.feathr.common.tensor.scalar
 
ScalarDoubleTensor(double) - Constructor for class com.linkedin.feathr.common.tensor.scalar.ScalarDoubleTensor
 
ScalarFloatTensor - Class in com.linkedin.feathr.common.tensor.scalar
 
ScalarFloatTensor(float) - Constructor for class com.linkedin.feathr.common.tensor.scalar.ScalarFloatTensor
 
ScalarIntTensor - Class in com.linkedin.feathr.common.tensor.scalar
 
ScalarIntTensor(int) - Constructor for class com.linkedin.feathr.common.tensor.scalar.ScalarIntTensor
 
ScalarLongTensor - Class in com.linkedin.feathr.common.tensor.scalar
 
ScalarLongTensor(long) - Constructor for class com.linkedin.feathr.common.tensor.scalar.ScalarLongTensor
 
ScalarStringTensor - Class in com.linkedin.feathr.common.tensor.scalar
 
ScalarStringTensor(String) - Constructor for class com.linkedin.feathr.common.tensor.scalar.ScalarStringTensor
 
ScalarTensor - Class in com.linkedin.feathr.common.tensor.scalar
A base for all wrappers of scalars.
ScalarTensor() - Constructor for class com.linkedin.feathr.common.tensor.scalar.ScalarTensor
 
SchemaMetadataUtils - Class in com.linkedin.feathr.common.featurizeddataset
Internal utilities for handling FDS metadata in Avro schema.
SECOND - Enum constant in enum class com.linkedin.feathr.common.time.TimeUnit
 
setBoolean(int, boolean) - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
 
setBoolean(int, boolean) - Method in interface com.linkedin.feathr.common.tensor.WriteableTuple
Sets the specified column to a given `boolean`
setBoolean(int, boolean) - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
 
setBoolean(int, boolean) - Method in interface com.linkedin.feathr.common.tensorbuilder.TensorBuilder
 
setBoolean(int, boolean) - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensorBuilder
 
setBooleanArray(FeatureValueOuterClass.BooleanArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.BooleanArray boolean_array = 10;
setBooleanArray(FeatureValueOuterClass.BooleanArray.Builder) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.BooleanArray boolean_array = 10;
setBooleans(int, boolean) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray.Builder
repeated bool booleans = 1;
setBooleanValue(boolean) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional bool boolean_value = 1;
setByteArray(FeatureValueOuterClass.BytesArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.BytesArray byte_array = 16;
setByteArray(FeatureValueOuterClass.BytesArray.Builder) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.BytesArray byte_array = 16;
setBytes(int, byte[]) - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
 
setBytes(int, byte[]) - Method in interface com.linkedin.feathr.common.tensor.WriteableTuple
Sets the specified column to a given `byte array`
setBytes(int, byte[]) - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
 
setBytes(int, byte[]) - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensorBuilder
 
setBytes(int, ByteString) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray.Builder
repeated bytes bytes = 1;
setDimensions(WriteableTuple, Object[]) - Method in class com.linkedin.feathr.common.tensor.TensorType
 
setDimensionValue(WriteableTuple, int, Object) - Method in class com.linkedin.feathr.common.tensor.DimensionType
Sets a dimension in a particular column of a target tuple.
setDimensionValue(WriteableTuple, int, Object) - Method in class com.linkedin.feathr.common.tensor.PrimitiveDimensionType
 
setDouble(int, double) - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
 
setDouble(int, double) - Method in interface com.linkedin.feathr.common.tensor.WriteableTuple
Sets the specified column to a given `double`
setDouble(int, double) - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
 
setDouble(int, double) - Method in interface com.linkedin.feathr.common.tensorbuilder.TensorBuilder
 
setDouble(int, double) - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensorBuilder
 
setDoubleArray(FeatureValueOuterClass.DoubleArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.DoubleArray double_array = 13;
setDoubleArray(FeatureValueOuterClass.DoubleArray.Builder) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.DoubleArray double_array = 13;
setDoubles(int, double) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray.Builder
repeated double doubles = 1;
setDoubleValue(double) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional double double_value = 4;
setFloat(int, float) - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
 
setFloat(int, float) - Method in interface com.linkedin.feathr.common.tensor.WriteableTuple
Sets the specified column to a given `float`
setFloat(int, float) - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
 
setFloat(int, float) - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensorBuilder
 
setFloatArray(FeatureValueOuterClass.FloatArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.FloatArray float_array = 12;
setFloatArray(FeatureValueOuterClass.FloatArray.Builder) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.FloatArray float_array = 12;
setFloats(int, float) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray.Builder
repeated float floats = 1;
setFloatValue(float) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional float float_value = 3;
setIndexIntegers(int, int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
repeated int32 index_integers = 1;
setIndexIntegers(int, int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
repeated int32 index_integers = 1;
setIndexIntegers(int, int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
repeated int32 index_integers = 1;
setIndexIntegers(int, int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
repeated int32 index_integers = 1;
setIndexIntegers(int, int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
repeated int32 index_integers = 1;
setIndexIntegers(int, int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
repeated int32 index_integers = 1;
setInt(int, int) - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
 
setInt(int, int) - Method in interface com.linkedin.feathr.common.tensor.WriteableTuple
Sets the specified column to a given `int`
setInt(int, int) - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
DenseTensorBuilder's setInt should be used seldomly.
setInt(int, int) - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensorBuilder
 
setIntArray(FeatureValueOuterClass.IntegerArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.IntegerArray int_array = 14;
setIntArray(FeatureValueOuterClass.IntegerArray.Builder) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.IntegerArray int_array = 14;
setIntegers(int, int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray.Builder
repeated int32 integers = 1;
setIntValue(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional int32 int_value = 5;
setLong(int, long) - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
 
setLong(int, long) - Method in interface com.linkedin.feathr.common.tensor.WriteableTuple
Sets the specified column to a given `long`
setLong(int, long) - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
 
setLong(int, long) - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensorBuilder
 
setLongArray(FeatureValueOuterClass.LongArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.LongArray long_array = 15;
setLongArray(FeatureValueOuterClass.LongArray.Builder) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.LongArray long_array = 15;
setLongs(int, long) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray.Builder
repeated int64 longs = 1;
setLongValue(long) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional int64 long_value = 6;
setProperty(String, Object, VariableResolverFactory, Object) - Method in class com.linkedin.feathr.offline.mvel.MvelContext.GenericRecordPropertyHandler
 
setSparseBoolArray(FeatureValueOuterClass.SparseBoolArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseBoolArray sparse_bool_array = 21;
setSparseBoolArray(FeatureValueOuterClass.SparseBoolArray.Builder) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseBoolArray sparse_bool_array = 21;
setSparseDoubleArray(FeatureValueOuterClass.SparseDoubleArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseDoubleArray sparse_double_array = 24;
setSparseDoubleArray(FeatureValueOuterClass.SparseDoubleArray.Builder) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseDoubleArray sparse_double_array = 24;
setSparseFloatArray(FeatureValueOuterClass.SparseFloatArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseFloatArray sparse_float_array = 25;
setSparseFloatArray(FeatureValueOuterClass.SparseFloatArray.Builder) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseFloatArray sparse_float_array = 25;
setSparseIntegerArray(FeatureValueOuterClass.SparseIntegerArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseIntegerArray sparse_integer_array = 22;
setSparseIntegerArray(FeatureValueOuterClass.SparseIntegerArray.Builder) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseIntegerArray sparse_integer_array = 22;
setSparseLongArray(FeatureValueOuterClass.SparseLongArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseLongArray sparse_long_array = 23;
setSparseLongArray(FeatureValueOuterClass.SparseLongArray.Builder) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseLongArray sparse_long_array = 23;
setSparseStringArray(FeatureValueOuterClass.SparseStringArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseStringArray sparse_string_array = 20;
setSparseStringArray(FeatureValueOuterClass.SparseStringArray.Builder) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.SparseStringArray sparse_string_array = 20;
setString(int, String) - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
 
setString(int, String) - Method in interface com.linkedin.feathr.common.tensor.WriteableTuple
Sets the specified column to a given `String`
setString(int, String) - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
 
setString(int, String) - Method in interface com.linkedin.feathr.common.tensorbuilder.TensorBuilder
 
setString(int, String) - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensorBuilder
 
setStringArray(FeatureValueOuterClass.StringArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.StringArray string_array = 11;
setStringArray(FeatureValueOuterClass.StringArray.Builder) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional .protobuf.StringArray string_array = 11;
setStrings(int, String) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray.Builder
repeated string strings = 1;
setStringValue(String) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional string string_value = 2;
setStringValueBytes(ByteString) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
optional string string_value = 2;
setValue(int, Object) - Method in interface com.linkedin.feathr.common.tensor.WriteableTuple
 
setValueBooleans(int, boolean) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
repeated bool value_booleans = 2;
setValueDoubles(int, double) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
repeated double value_doubles = 2;
setValueFloats(int, float) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
repeated float value_floats = 2;
setValueIntegers(int, int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
repeated int32 value_integers = 2;
setValueLongs(int, long) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
repeated int64 value_longs = 2;
setValueStrings(int, String) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
repeated string value_strings = 2;
SimpleWriteableTuple<T extends WriteableTuple<T>> - Class in com.linkedin.feathr.common.tensor
An implementation of WriteableTuple which keeps all values in primitive arrays.
SimpleWriteableTuple(Representable[]) - Constructor for class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
 
size() - Method in class com.linkedin.feathr.common.FeatureValue
Deprecated.
Prefer to use FeatureValue.getNumTerms() which has a more descriptive name
size() - Method in class com.linkedin.feathr.common.featurizeddataset.DenseTensorList
 
slice(Object) - Method in class com.linkedin.feathr.common.GenericTypedTensor
Slice along 1st dimension.
slice(Object) - Method in interface com.linkedin.feathr.common.TypedTensor
 
SortUtils - Class in com.linkedin.feathr.common.tensorbuilder
 
SparkDeserializerFactory - Class in com.linkedin.feathr.common.featurizeddataset
A converter from FDS Spark objects to TensorData.
SPARSE - Enum constant in enum class com.linkedin.feathr.common.tensor.TensorCategory
Tensors of this category map some subset of the dimension space to values.
SPARSE_BOOL_ARRAY - Enum constant in enum class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.FeatureValueOneOfCase
 
SPARSE_BOOL_ARRAY_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
SPARSE_DOUBLE_ARRAY - Enum constant in enum class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.FeatureValueOneOfCase
 
SPARSE_DOUBLE_ARRAY_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
SPARSE_FLOAT_ARRAY - Enum constant in enum class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.FeatureValueOneOfCase
 
SPARSE_FLOAT_ARRAY_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
SPARSE_INTEGER_ARRAY - Enum constant in enum class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.FeatureValueOneOfCase
 
SPARSE_INTEGER_ARRAY_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
SPARSE_LONG_ARRAY - Enum constant in enum class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.FeatureValueOneOfCase
 
SPARSE_LONG_ARRAY_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
SPARSE_STRING_ARRAY - Enum constant in enum class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.FeatureValueOneOfCase
 
SPARSE_STRING_ARRAY_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
StandaloneReadableTuple - Class in com.linkedin.feathr.common.tensor
A readable tuple implementation that stores single tensor row data independent of a tensor aka in standalone manner.
StandaloneReadableTuple(ReadableTuple) - Constructor for class com.linkedin.feathr.common.tensor.StandaloneReadableTuple
 
StandaloneReadableTuple(ReadableTuple, boolean) - Constructor for class com.linkedin.feathr.common.tensor.StandaloneReadableTuple
Creates a StandaloneReadableTuple from a ReadableTuple optionally by dropping last value (float/double) columns.
StandaloneReadableTuple(StandaloneReadableTuple) - Constructor for class com.linkedin.feathr.common.tensor.StandaloneReadableTuple
Copies StandaloneReadableTuple.
start() - Method in class com.linkedin.feathr.common.featurizeddataset.BaseDenseTensorIterator
 
start() - Method in interface com.linkedin.feathr.common.tensor.TensorIterator
Rewinds the iterator to the beginning of its range.
start() - Method in interface com.linkedin.feathr.common.tensorbuilder.TensorBuilder
Initializes this TensorBuilder.
start(int) - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
 
start(int) - Method in interface com.linkedin.feathr.common.tensorbuilder.TensorBuilder
Initializes this TensorBuilder.
start(int) - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensorBuilder
 
STRING - Enum constant in enum class com.linkedin.feathr.common.tensor.Primitive
 
STRING - Static variable in class com.linkedin.feathr.common.tensor.PrimitiveDimensionType
 
STRING - Static variable in class com.linkedin.feathr.common.types.PrimitiveType
 
STRING_ARRAY - Enum constant in enum class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.FeatureValueOneOfCase
 
STRING_ARRAY_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
STRING_VALUE - Enum constant in enum class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.FeatureValueOneOfCase
 
STRING_VALUE_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
STRINGS_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
 
stringToIndex(String) - Method in class com.linkedin.feathr.common.tensor.DimensionType
subSlice(Object) - Method in class com.linkedin.feathr.common.GenericTypedTensor
 
subSlice(Object) - Method in interface com.linkedin.feathr.common.TypedTensor
 
SUM - Enum constant in enum class com.linkedin.feathr.common.FeatureAggregationType
 
swapDouble(int, double[], int, int, double[]) - Static method in class com.linkedin.feathr.common.tensorbuilder.SortUtils
Swaps the value blocks in v[] based on a, b and doubleArity.
swapFloat(int, float[], int, int, float[]) - Static method in class com.linkedin.feathr.common.tensorbuilder.SortUtils
Swaps the value blocks in v[] based on a, b and floatArity.

T

TaggedFeatureName - Class in com.linkedin.feathr.common
A tuple of (key tag, feature name) Essentially this is a feature name annotated with info on how we plan to query it.
TaggedFeatureName(String, String) - Constructor for class com.linkedin.feathr.common.TaggedFeatureName
 
TaggedFeatureName(List<String>, String) - Constructor for class com.linkedin.feathr.common.TaggedFeatureName
 
TaggedFeatureUtils - Class in com.linkedin.feathr.common
 
TENSOR - Enum constant in enum class com.linkedin.feathr.common.FeatureTypes
 
TENSOR - Enum constant in enum class com.linkedin.feathr.common.types.FeatureType.BasicType
 
TensorBuilder<T extends TensorBuilder<T>> - Interface in com.linkedin.feathr.common.tensorbuilder
A stateful object used to build instances of tensors of some specific representation without knowing its details.
TensorBuilderFactory - Interface in com.linkedin.feathr.common.tensorbuilder
 
TensorCategory - Enum Class in com.linkedin.feathr.common.tensor
The category of the tensor type, such as dense, sparse, etc.
TensorData - Interface in com.linkedin.feathr.common.tensor
A typed container of structured data.
TensorFeatureType - Class in com.linkedin.feathr.common.types
A FeatureType class for Feathr's TENSOR feature type.
TensorFeatureValue - Class in com.linkedin.feathr.common.value
A FeatureValue that contains an arbitrary tensor.
TensorIterator - Interface in com.linkedin.feathr.common.tensor
TensorIterator is responsible for a range of rows (possibly empty).
Tensors - Class in com.linkedin.feathr.common.tensor
Utility methods for converting various collections to tensors.
TensorType - Class in com.linkedin.feathr.common.tensor
Type definition for a TypedTensor, defines the value type, dimension types and dimension names.
TensorType(TensorCategory, ValueType, List<DimensionType>) - Constructor for class com.linkedin.feathr.common.tensor.TensorType
 
TensorType(TensorCategory, ValueType, List<DimensionType>, List<String>) - Constructor for class com.linkedin.feathr.common.tensor.TensorType
 
TensorType(ValueType, List<DimensionType>) - Constructor for class com.linkedin.feathr.common.tensor.TensorType
Create a SPARSE tensor type with default local names for dimensions.
TensorType(ValueType, List<DimensionType>, List<String>) - Constructor for class com.linkedin.feathr.common.tensor.TensorType
Create a SPARSE tensor type.
TensorTypes - Class in com.linkedin.feathr.common.tensor
Utility functions for working with TensorType
TensorUtils - Class in com.linkedin.feathr.common
INTERNAL debugging utility functions.
TERM_VECTOR - Enum constant in enum class com.linkedin.feathr.common.FeatureTypes
 
TERM_VECTOR - Enum constant in enum class com.linkedin.feathr.common.types.FeatureType.BasicType
 
TERM_VECTOR_TYPE_CONFIG - Static variable in class com.linkedin.feathr.common.FeatureTypeConfig
 
termVector(TensorData) - Static method in class com.linkedin.feathr.common.value.FeatureValues
Returns a term-vector feature value for a given tensor, which must be rank-1 and have numeric value type.
termVector(String, float) - Static method in class com.linkedin.feathr.common.value.FeatureValues
Returns a term-vector feature value with a single mapping, given by the term and value arguments.
termVector(String, float, String, float) - Static method in class com.linkedin.feathr.common.value.FeatureValues
Returns a term-vector feature value with 2 mappings, given by the term and value arguments.
termVector(String, float, String, float, String, float) - Static method in class com.linkedin.feathr.common.value.FeatureValues
Returns a term-vector feature value with 3 mappings, given by the term and value arguments.
termVector(Map<String, Float>) - Static method in class com.linkedin.feathr.common.value.FeatureValues
Returns a term-vector feature value for a given term-vector map.
TermVectorFeatureType - Class in com.linkedin.feathr.common.types
A FeatureType class for Feathr's TERM_VECTOR feature type.
TermVectorFeatureValue - Class in com.linkedin.feathr.common.value
A specific FeatureValue class for TERM_VECTOR features.
TermVectorFeatureValue(Map<String, Float>) - Constructor for class com.linkedin.feathr.common.value.TermVectorFeatureValue
 
time_duration(Object, Object, String) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
 
TIMESTAMP_FORMAT_EPOCH - Static variable in class com.linkedin.feathr.common.configObj.configbuilder.ConfigUtils
 
TIMESTAMP_FORMAT_EPOCH_MILLIS - Static variable in class com.linkedin.feathr.common.configObj.configbuilder.ConfigUtils
 
TimeUnit - Enum Class in com.linkedin.feathr.common.time
 
toBoolean(ReadableTuple, int) - Method in enum class com.linkedin.feathr.common.tensor.Primitive
 
toBoolean(Object) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
Converts an object to a boolean
toBooleanFeatureValue(BooleanFeatureType, TensorData) - Method in class com.linkedin.feathr.common.value.QuinceFeatureFormatMapper
 
toBooleanFeatureValue(BooleanFeatureType, Map<String, Float>) - Method in class com.linkedin.feathr.common.value.NTVFeatureFormatMapper
 
toBooleanFeatureValue(BooleanFeatureType, T) - Method in class com.linkedin.feathr.common.value.AbstractFeatureFormatMapper
 
toBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
 
toBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
 
toBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
 
toBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
toBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
 
toBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
 
toBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
 
toBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
 
toBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
 
toBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
 
toBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
 
toBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
 
toBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
 
toBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
 
toBytes(ReadableTuple, int) - Method in enum class com.linkedin.feathr.common.tensor.Primitive
Returns value serialized into a byte[].
toCategorical(Object) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
Convert input to categorical feature Example inputs that can be converted - Map("a" -> 2.0) return Map("a" -> 2.0) - Map("" -> 2.5) returns ("2.5", 1.0)
toCategoricalFeatureValue(CategoricalFeatureType, TensorData) - Method in class com.linkedin.feathr.common.value.QuinceFeatureFormatMapper
 
toCategoricalFeatureValue(CategoricalFeatureType, Map<String, Float>) - Method in class com.linkedin.feathr.common.value.NTVFeatureFormatMapper
 
toCategoricalFeatureValue(CategoricalFeatureType, T) - Method in class com.linkedin.feathr.common.value.AbstractFeatureFormatMapper
 
toCategoricalSetFeatureValue(CategoricalSetFeatureType, TensorData) - Method in class com.linkedin.feathr.common.value.QuinceFeatureFormatMapper
 
toCategoricalSetFeatureValue(CategoricalSetFeatureType, Map<String, Float>) - Method in class com.linkedin.feathr.common.value.NTVFeatureFormatMapper
 
toCategoricalSetFeatureValue(CategoricalSetFeatureType, T) - Method in class com.linkedin.feathr.common.value.AbstractFeatureFormatMapper
 
toDebugString() - Method in class com.linkedin.feathr.common.GenericTypedTensor
Returns human-readable summary suitable for debugging.
toDebugString() - Method in interface com.linkedin.feathr.common.TypedTensor
 
toDebugString(int) - Method in class com.linkedin.feathr.common.GenericTypedTensor
 
toDebugString(int) - Method in interface com.linkedin.feathr.common.TypedTensor
 
toDenseVectorFeatureValue(DenseVectorFeatureType, TensorData) - Method in class com.linkedin.feathr.common.value.QuinceFeatureFormatMapper
 
toDenseVectorFeatureValue(DenseVectorFeatureType, Map<String, Float>) - Method in class com.linkedin.feathr.common.value.NTVFeatureFormatMapper
 
toDenseVectorFeatureValue(DenseVectorFeatureType, T) - Method in class com.linkedin.feathr.common.value.AbstractFeatureFormatMapper
 
toDouble(ReadableTuple, int) - Method in enum class com.linkedin.feathr.common.tensor.Primitive
 
toFeathrFeatureValue(T) - Method in interface com.linkedin.feathr.offline.mvel.plugins.FeatureValueTypeAdaptor
Convert from the "other" representation into Feathr FeatureValue.
toFeatureValue(FeatureType, T) - Method in class com.linkedin.feathr.common.value.AbstractFeatureFormatMapper
 
toFeatureValue(FeatureType, T) - Method in interface com.linkedin.feathr.common.value.FeatureFormatMapper
Converts a datum in the external representation into the FeatureValue format.
toFloat(ReadableTuple, int) - Method in enum class com.linkedin.feathr.common.tensor.Primitive
 
toInt(ReadableTuple, int) - Method in enum class com.linkedin.feathr.common.tensor.Primitive
 
toLong(ReadableTuple, int) - Method in enum class com.linkedin.feathr.common.tensor.Primitive
 
toLowerCase(String) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
convert input to lower case string
toNumeric(Object) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
Convert input to numeric value Example inputs that can be converted - Map("" -> 2.0) returns 2.0 - Map("876" -> 1.0) returns 876
toNumericFeatureValue(NumericFeatureType, TensorData) - Method in class com.linkedin.feathr.common.value.QuinceFeatureFormatMapper
 
toNumericFeatureValue(NumericFeatureType, Map<String, Float>) - Method in class com.linkedin.feathr.common.value.NTVFeatureFormatMapper
 
toNumericFeatureValue(NumericFeatureType, T) - Method in class com.linkedin.feathr.common.value.AbstractFeatureFormatMapper
 
toObject(ReadableTuple, int) - Method in enum class com.linkedin.feathr.common.tensor.Primitive
 
toString() - Method in class com.linkedin.feathr.common.configObj.DateTimeConfig
 
toString() - Method in class com.linkedin.feathr.common.configObj.generation.FeatureGenConfig
 
toString() - Method in class com.linkedin.feathr.common.configObj.generation.OfflineOperationalConfig
 
toString() - Method in class com.linkedin.feathr.common.configObj.generation.OperationalConfig
 
toString() - Method in class com.linkedin.feathr.common.configObj.generation.OutputProcessorConfig
 
toString() - Method in class com.linkedin.feathr.common.ErasedEntityTaggedFeature
 
toString() - Method in class com.linkedin.feathr.common.FeatureDependencyGraph
 
toString() - Method in class com.linkedin.feathr.common.FeatureError
 
toString() - Method in class com.linkedin.feathr.common.FeatureRef
 
toString() - Method in class com.linkedin.feathr.common.FeatureTypeConfig
 
toString() - Method in class com.linkedin.feathr.common.FeatureValue
 
toString() - Method in class com.linkedin.feathr.common.TaggedFeatureName
 
toString() - Method in class com.linkedin.feathr.common.tensor.PrimitiveDimensionType
 
toString() - Method in class com.linkedin.feathr.common.tensor.TensorType
 
toString() - Method in class com.linkedin.feathr.common.types.DenseVectorFeatureType
 
toString() - Method in class com.linkedin.feathr.common.types.PrimitiveType
 
toString() - Method in class com.linkedin.feathr.common.types.TensorFeatureType
 
toString() - Method in class com.linkedin.feathr.common.value.BooleanFeatureValue
 
toString() - Method in class com.linkedin.feathr.common.value.CategoricalFeatureValue
 
toString() - Method in class com.linkedin.feathr.common.value.CategoricalSetFeatureValue
 
toString() - Method in class com.linkedin.feathr.common.value.DenseVectorFeatureValue
 
toString() - Method in class com.linkedin.feathr.common.value.NumericFeatureValue
 
toString() - Method in class com.linkedin.feathr.common.value.TensorFeatureValue
 
toString() - Method in class com.linkedin.feathr.common.value.TermVectorFeatureValue
 
toString(ReadableTuple, int) - Method in enum class com.linkedin.feathr.common.tensor.Primitive
 
toTensorFeatureValue(TensorFeatureType, TensorData) - Method in class com.linkedin.feathr.common.value.QuinceFeatureFormatMapper
 
toTensorFeatureValue(TensorFeatureType, Map<String, Float>) - Method in class com.linkedin.feathr.common.value.NTVFeatureFormatMapper
 
toTensorFeatureValue(TensorFeatureType, T) - Method in class com.linkedin.feathr.common.value.AbstractFeatureFormatMapper
 
toTermVectorFeatureValue(TermVectorFeatureType, TensorData) - Method in class com.linkedin.feathr.common.value.QuinceFeatureFormatMapper
 
toTermVectorFeatureValue(TermVectorFeatureType, Map<String, Float>) - Method in class com.linkedin.feathr.common.value.NTVFeatureFormatMapper
 
toTermVectorFeatureValue(TermVectorFeatureType, T) - Method in class com.linkedin.feathr.common.value.AbstractFeatureFormatMapper
 
toUpperCase(String) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
convert input to upper case string
TRUE - Static variable in class com.linkedin.feathr.common.value.BooleanFeatureValue
 
tupleEquals(ReadableTuple, ReadableTuple, Representable[], int) - Static method in class com.linkedin.feathr.common.Equal
 
TypedOperator - Interface in com.linkedin.feathr.common.tensorbuilder
 
TypedTensor - Interface in com.linkedin.feathr.common
TypedTensor builds on top of @link{TensorType} and @{TensorData} and can be generated from tensor operators that change the shape.

U

UNDEFINED_TYPE_CONFIG - Static variable in class com.linkedin.feathr.common.FeatureTypeConfig
 
UNION - Enum constant in enum class com.linkedin.feathr.common.FeatureAggregationType
 
UniversalTensor - Class in com.linkedin.feathr.common.tensorbuilder
Implements a tensor from pre-allocated arrays.
UniversalTensor(int[], long[], float[], Representable[]) - Constructor for class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
Deprecated.
UniversalTensor(int[], long[], String[], double[], Representable[]) - Constructor for class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
Deprecated.
UniversalTensor(int[], long[], String[], float[], double[], ColumnUtils) - Constructor for class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
Deprecated.
UniversalTensor(int[], long[], String[], float[], double[], Representable[]) - Constructor for class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
Deprecated.
UniversalTensor(int[], long[], String[], float[], double[], Object[], ColumnUtils) - Constructor for class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
Deprecated.
UniversalTensor(int[], long[], String[], float[], Representable[]) - Constructor for class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
Deprecated.
UniversalTensor(int, int, int, int[], long[], float[], Representable[], boolean, int...) - Constructor for class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
Deprecated.
UniversalTensor(int, int, int, int[], long[], float[], Representable[], int...) - Constructor for class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
Deprecated.
UniversalTensor(int, int, int, int[], long[], float[], Representable[], int, boolean, int...) - Constructor for class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
Deprecated.
UniversalTensor(int, int, int, int, int[], long[], String[], float[], Representable[], boolean, int...) - Constructor for class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
Deprecated.
UniversalTensor(int, int, int, int, int[], long[], String[], float[], Representable[], int...) - Constructor for class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
Deprecated.
UniversalTensor(int, int, int, int, int, int[], long[], String[], float[], double[], Representable[], boolean, int...) - Constructor for class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
Deprecated.
UniversalTensor(int, int, int, int, int, int[], long[], String[], float[], double[], Representable[], int, boolean, int...) - Constructor for class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
Deprecated.
UniversalTensor(int, int, int, int, int, int, int, int[], long[], String[], float[], double[], boolean[], Representable[], int, boolean, int...) - Constructor for class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
Universal Tensor constructors should ideally not be used to create a UniversalTensor.
UniversalTensor(int, int, int, int, int, int, int, int, int[], long[], String[], float[], double[], boolean[], Object[], Representable[], int, boolean, int...) - Constructor for class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
Universal Tensor constructors should ideally not be used to create a UniversalTensor.
UniversalTensorBuilder - Class in com.linkedin.feathr.common.tensorbuilder
Builds tensors with columns being a requested permutation of int, long, and float.
UniversalTensorBuilder(int, Representable...) - Constructor for class com.linkedin.feathr.common.tensorbuilder.UniversalTensorBuilder
 
UniversalTensorBuilder(Representable...) - Constructor for class com.linkedin.feathr.common.tensorbuilder.UniversalTensorBuilder
 
UniversalTensorBuilderFactory - Class in com.linkedin.feathr.common.tensorbuilder
 
UNKNOWN - Enum constant in enum class com.linkedin.feathr.common.FeatureErrorCode
 
UNKNOWN_SHAPE - Static variable in class com.linkedin.feathr.common.tensor.DimensionType
The reported shape when there is no explicit knowledge other than the underlying primitive type.
UNKNOWN_SIZE - Static variable in class com.linkedin.feathr.common.types.DenseVectorFeatureType
 
UNSPECIFIED - Enum constant in enum class com.linkedin.feathr.common.FeatureTypes
 

V

validateTimestampPattern(String, String, String) - Static method in class com.linkedin.feathr.common.configObj.configbuilder.ConfigUtils
Check if the input timestamp pattern is valid by invoking the DateTimeFormatter.
validateTimestampPatternWithEpoch(String, String, String) - Static method in class com.linkedin.feathr.common.configObj.configbuilder.ConfigUtils
Check if the input timestamp pattern is valid by checking for epoch/epoch_millis and then invoking the DateTimeFormatter.
VALUE_BOOLEANS_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
 
VALUE_DOUBLES_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
 
VALUE_FLOATS_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
 
VALUE_INTEGERS_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
 
VALUE_LONGS_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
 
VALUE_STRINGS_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
 
valueFieldName() - Static method in class com.linkedin.feathr.common.featurizeddataset.InternalFeaturizedDatasetMetadataUtils
 
valueFieldName() - Static method in class com.linkedin.feathr.common.featurizeddataset.SchemaMetadataUtils
 
valueOf(int) - Static method in enum class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.FeatureValueOneOfCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.linkedin.feathr.common.exception.ErrorLabel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.linkedin.feathr.common.FeatureAggregationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.linkedin.feathr.common.FeatureErrorCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.linkedin.feathr.common.FeatureTypes
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.linkedin.feathr.common.tensor.Primitive
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.linkedin.feathr.common.tensor.TensorCategory
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.linkedin.feathr.common.time.TimeUnit
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.linkedin.feathr.common.types.FeatureType.BasicType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.FeatureValueOneOfCase
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.linkedin.feathr.common.exception.ErrorLabel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.linkedin.feathr.common.FeatureAggregationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.linkedin.feathr.common.FeatureErrorCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.linkedin.feathr.common.FeatureTypes
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.linkedin.feathr.common.tensor.Primitive
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.linkedin.feathr.common.tensor.TensorCategory
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.linkedin.feathr.common.time.TimeUnit
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.linkedin.feathr.common.types.FeatureType.BasicType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.FeatureValueOneOfCase
Returns an array containing the constants of this enum class, in the order they are declared.
ValueType - Class in com.linkedin.feathr.common.types
 
ValueType() - Constructor for class com.linkedin.feathr.common.types.ValueType
 
varintLength(int) - Static method in class com.linkedin.feathr.common.tensorbuilder.BufferUtils
Based on VarintLength in TensorFlow: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/lib/core/coding.cc#L127 Note that Java int is 32 bit, so this code is not fully identical.

W

WEEK - Enum constant in enum class com.linkedin.feathr.common.time.TimeUnit
 
withShape(int) - Method in class com.linkedin.feathr.common.tensor.PrimitiveDimensionType
 
withSize(int) - Static method in class com.linkedin.feathr.common.types.DenseVectorFeatureType
Returns a DenseVectorType for a vector of known fixed size.
withTensorType(TensorType) - Static method in class com.linkedin.feathr.common.types.TensorFeatureType
 
withUnknownSize() - Static method in class com.linkedin.feathr.common.types.DenseVectorFeatureType
Returns a DenseVectorType for a vector of unknown/dynamic size.
wrap(Object) - Static method in class com.linkedin.feathr.common.tensor.scalar.ScalarTensor
 
wrap(Object, Primitive) - Static method in class com.linkedin.feathr.common.tensor.scalar.ScalarTensor
 
wrapKeyGen(TensorType, Function<String[], K>) - Static method in class com.linkedin.feathr.common.TensorUtils
 
write(Kryo, Output) - Method in class com.linkedin.feathr.common.FeatureValue
 
WriteableTuple<T extends WriteableTuple<T>> - Interface in com.linkedin.feathr.common.tensor
A writable tuple of primitives.
writeReplace() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
 
writeReplace() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
 
writeReplace() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
 
writeReplace() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
writeReplace() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
 
writeReplace() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
 
writeReplace() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
 
writeReplace() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
 
writeReplace() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
 
writeReplace() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
 
writeReplace() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
 
writeReplace() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
 
writeReplace() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
 
writeReplace() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
 
writeTo(CodedOutputStream) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
 
writeTo(CodedOutputStream) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
 
writeTo(CodedOutputStream) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
 
writeTo(CodedOutputStream) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
 
writeTo(CodedOutputStream) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
 
writeTo(CodedOutputStream) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
 
writeTo(CodedOutputStream) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
 
writeTo(CodedOutputStream) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
 
writeTo(CodedOutputStream) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
 
writeTo(CodedOutputStream) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
 
writeTo(CodedOutputStream) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
 
writeTo(CodedOutputStream) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
 
writeTo(CodedOutputStream) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
 
writeTo(CodedOutputStream) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
 

Y

YEAR - Enum constant in enum class com.linkedin.feathr.common.time.TimeUnit
 

_

_booleanArity - Variable in class com.linkedin.feathr.common.ColumnUtils
 
_byteBuffer - Variable in class com.linkedin.feathr.common.tensor.dense.ByteBufferDenseTensor
 
_bytesArity - Variable in class com.linkedin.feathr.common.ColumnUtils
 
_cardinality - Variable in class com.linkedin.feathr.common.tensor.dense.ByteBufferDenseTensor
 
_columnIndex - Variable in class com.linkedin.feathr.common.ColumnUtils
 
_columnTypes - Variable in class com.linkedin.feathr.common.ColumnUtils
 
_data - Variable in class com.linkedin.feathr.common.GenericTypedTensor
 
_doubleArity - Variable in class com.linkedin.feathr.common.ColumnUtils
 
_floatArity - Variable in class com.linkedin.feathr.common.ColumnUtils
 
_intArity - Variable in class com.linkedin.feathr.common.ColumnUtils
 
_limit - Variable in class com.linkedin.feathr.common.tensor.dense.ByteBufferDenseTensor
 
_longArity - Variable in class com.linkedin.feathr.common.ColumnUtils
 
_shape - Variable in class com.linkedin.feathr.common.tensor.dense.ByteBufferDenseTensor
 
_start - Variable in class com.linkedin.feathr.common.tensor.dense.ByteBufferDenseTensor
 
_stringArity - Variable in class com.linkedin.feathr.common.ColumnUtils
 
_termVector - Variable in class com.linkedin.feathr.common.value.TermVectorFeatureValue
 
_type - Variable in class com.linkedin.feathr.common.GenericTypedTensor
 
_types - Variable in class com.linkedin.feathr.common.tensor.dense.ByteBufferDenseTensor
 
$ A B C D E F G H I L M N O P Q R S T U V W Y _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form