Click or drag to resize
Accord.NET (logo)

SupportVectorReductionBaseTModel, TKernel, TInputLearn Method

Learns a model that can map the given inputs to the given outputs.

Namespace:  Accord.MachineLearning.VectorMachines.Learning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public TModel Learn()
Request Example View Source

Return Value

Type: TModel
See Also