Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

model
Type: TModel
The model.
index
Type: SystemInt32
The index of this subset in relation to the entire set, if applicable.
See Also