|
SplitSetValidation Constructor (Int32, Double)
|
Creates a new split-set validation algorithm.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public SplitSetValidation(
int size,
double proportion
)
Public Sub New (
size As Integer,
proportion As Double
)
Request Example
View SourceParameters
- size
- Type: SystemInt32
The total number of available samples. - proportion
- Type: SystemDouble
The desired proportion of samples in the training
set in comparison with the testing set.
See Also