|   | CrossValidationValues Constructor (Object, Double, Double) | 
        
         
              Creates a new Cross-Validation Values class.
            
 
    Namespace: 
   Accord.MachineLearning
    Assembly:
   Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
 Syntax
Syntaxpublic CrossValidationValues(
	Object model,
	double trainingValue,
	double validationValue
)
Public Sub New ( 
	model As Object,
	trainingValue As Double,
	validationValue As Double
)
Parameters
- model
- Type: SystemObject
 The fitted model.
- trainingValue
- Type: SystemDouble
 The training value for the model.
- validationValue
- Type: SystemDouble
 The validation value for the model.
 See Also
See Also