Interface FeatureMap.FloatListOrBuilder (0.24.0)

public static interface FeatureMap.FloatListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getValue(int index)

public abstract float getValue(int index)

Float feature value.

repeated float value = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
float

The value at the given index.

getValueCount()

public abstract int getValueCount()

Float feature value.

repeated float value = 1;

Returns
TypeDescription
int

The count of value.

getValueList()

public abstract List<Float> getValueList()

Float feature value.

repeated float value = 1;

Returns
TypeDescription
List<Float>

A list containing the value.