Click or drag to resize
Accord.NET (logo)

SupportVectorMachineTKernel, TInputSupportVectors Property

Gets or sets the collection of support vectors used by this machine.

Namespace:  Accord.MachineLearning.VectorMachines
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public TInput[] SupportVectors { get; set; }
Request Example View Source

Property Value

Type: TInput

Implements

ISupportVectorMachineTInputSupportVectors
See Also