Click or drag to resize
Accord.NET (logo)

BaseSupportVectorRegressionTModel, TKernel, TInputOutputs Property

Gets or sets the output values for each calibration vector.

Namespace:  Accord.MachineLearning.VectorMachines.Learning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
protected double[] Outputs { get; }
Request Example View Source

Property Value

Type: Double
See Also