public interface FractionSplitOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getTestFraction()
The fraction of the input data that is to be used to evaluate the Model.
|
double |
getTrainingFraction()
The fraction of the input data that is to be used to train the Model.
|
double |
getValidationFraction()
The fraction of the input data that is to be used to validate the Model.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofdouble getTrainingFraction()
The fraction of the input data that is to be used to train the Model.
double training_fraction = 1;double getValidationFraction()
The fraction of the input data that is to be used to validate the Model.
double validation_fraction = 2;double getTestFraction()
The fraction of the input data that is to be used to evaluate the Model.
double test_fraction = 3;Copyright © 2025 Google LLC. All rights reserved.