|
SplitResultTModel, TInput, TOutput Constructor
|
Namespace:
Accord.MachineLearning.Performance
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public SplitResult(
TModel model,
int index
)
Public Sub New (
model As TModel,
index As Integer
)
Request Example
View SourceParameters
- model
- Type: TModel
The model. - index
- Type: SystemInt32
The index of this subset in relation to the entire set, if applicable.
See Also