Click or drag to resize
Accord.NET (logo)

SetResultTModel Constructor

Namespace:  Accord.MachineLearning.Performance
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public SetResult(
	TModel model,
	int[] indices,
	string name,
	double proportion
)
Request Example View Source

Parameters

model
Type: TModel
The model computed in this subset.
indices
Type: SystemInt32
The indices of the samples in this subset.
name
Type: SystemString
The name of this set.
proportion
Type: SystemDouble
The proportion of samples in this subset, compared to the full dataset.
See Also