Interface TabularRegressionPredictionResultOrBuilder (3.42.0)

public interface TabularRegressionPredictionResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLowerBound()

public abstract float getLowerBound()

The lower bound of the prediction interval.

float lower_bound = 2;

Returns
TypeDescription
float

The lowerBound.

getUpperBound()

public abstract float getUpperBound()

The upper bound of the prediction interval.

float upper_bound = 3;

Returns
TypeDescription
float

The upperBound.

getValue()

public abstract float getValue()

The regression value.

float value = 1;

Returns
TypeDescription
float

The value.