Linear Discriminant Analysis.Transform Method
Applies the transformation to a set of observations.
Definition
Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A matrix that contains the transformed values.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Matrix<double> Transform(
Matrix<double> input
)
Parameters
Return Value
Matrix<Double>A matrix that contains the transformed values.