Click or drag to resize
Accord.NET (logo)

PotentialFunctionBaseTWeights Property

Gets or sets the set of weights for each feature function.

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

Property Value

Type: Double
The weights for each of the feature functions.
See Also