|
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; }
Public Property Weights As Double()
Get
Set
Request Example
View SourceProperty Value
Type:
DoubleThe weights for each of the feature functions.
See Also