Gets or sets the weight vector.
Namespace:
Extreme.Mathematics.Curves
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<double> WeightVector { get; set; }
Public Property WeightVector As Vector(Of Double)
Get
Set
public:
property Vector<double>^ WeightVector {
Vector<double>^ get ();
void set (Vector<double>^ value);
}
member WeightVector : Vector<float> with get, set
Property Value
Type:
VectorDouble
If the weight vector is , all weights are assumed to be equal to 1.
Reference