public interface ExportFractionSplitOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getTestFraction()
public abstract double getTestFraction()
The fraction of the input data that is to be used to evaluate the Model.
double test_fraction = 3;
Returns | |
---|---|
Type | Description |
double |
The testFraction. |
getTrainingFraction()
public abstract double getTrainingFraction()
The fraction of the input data that is to be used to train the Model.
double training_fraction = 1;
Returns | |
---|---|
Type | Description |
double |
The trainingFraction. |
getValidationFraction()
public abstract double getValidationFraction()
The fraction of the input data that is to be used to validate the Model.
double validation_fraction = 2;
Returns | |
---|---|
Type | Description |
double |
The validationFraction. |