Fast Ica.Means Property
Gets the feature-wise means computed from the training data.
Definition
Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public Vector<double> Means { get; }
Property Value
Vector<Double>Remarks
These means are subtracted from the input data during transformation to center it before applying the unmixing matrix. The vector has length nFeatures.
This property corresponds to sklearn's mean_ attribute.
Exceptions
Invalid | Thrown if accessed before calling Fit(). |