Click or drag to resize
Accord.NET (logo)

SplitResultTModel, TInput, TOutput Properties

The SplitResultTModel, TInput, TOutput generic type exposes the following members.

Properties
  NameDescription
Public propertyAverageNumberOfSamples
Gets the average number of samples between the Training and Validation sets.
Public propertyIndex
Gets or sets the index of this split.
Public propertyModel
Gets the model.
Public propertyNumberOfInputs
Gets or sets the number of inputs accepted by the model.
Public propertyNumberOfOutputs
Gets or sets the number of outputs generated by the model.
Public propertyNumberOfSamples
Gets the total number of samples contained in the subset used to teach the Model.
Public propertyTag
Gets or sets a tag for user-defined information.
Public propertyTraining
Gets or sets the training split.
(Inherited from TrainValSplitT.)
Public propertyValidation
Gets or sets the validation split.
(Inherited from TrainValSplitT.)
Top
See Also