Click or drag to resize
Accord.NET (logo)

SupportVectorMachineTKernel, TInputWeights Property

Gets or sets the collection of weights used by this machine.

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

Property Value

Type: Double

Implements

ISupportVectorMachineTInputWeights
See Also