ITransformation Model.Transform Method
Applies the transformation to a set of observations.
Definition
Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A matrix that contains the transformed values.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Matrix<double> Transform(
Matrix<double> input
)
Parameters
Return Value
Matrix<Double>A matrix that contains the transformed values.