Interface FeatureMap.FloatListOrBuilder (0.49.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
Name Description
index int

The index of the element to return.

Returns
Type Description
float

The value at the given index.

getValueCount()

public abstract int getValueCount()

Float feature value.

repeated float value = 1;

Returns
Type Description
int

The count of value.

getValueList()

public abstract List<Float> getValueList()

Float feature value.

repeated float value = 1;

Returns
Type Description
List<Float>

A list containing the value.