![]() |
SplitResultTModel, TInput, TOutput Properties |
The SplitResultTModel, TInput, TOutput generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | AverageNumberOfSamples |
Gets the average number of samples between the Training
and Validation sets.
|
![]() | Index |
Gets or sets the index of this split.
|
![]() | Model |
Gets the model.
|
![]() | NumberOfInputs |
Gets or sets the number of inputs accepted by the model.
|
![]() | NumberOfOutputs |
Gets or sets the number of outputs generated by the model.
|
![]() | NumberOfSamples |
Gets the total number of samples contained in the subset used to teach the Model.
|
![]() | Tag |
Gets or sets a tag for user-defined information.
|
![]() | Training |
Gets or sets the training split.
(Inherited from TrainValSplitT.) |
![]() | Validation |
Gets or sets the validation split.
(Inherited from TrainValSplitT.) |