|
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
)
Public Sub New (
model As TModel,
indices As Integer(),
name As String,
proportion As Double
)
Request Example
View SourceParameters
- 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