Transformation Model<T>.Transform Method
Definition
Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Transform( | Applies the transformation to a set of observations. |
Transform( | Applies the transformation to a single observation. |
Transform(Matrix<Double>)
Applies the transformation to a set of observations.
public Matrix<double> Transform(
Matrix<double> input
)
Parameters
Return Value
Matrix<Double>A matrix that contains the transformed values.
Transform(Vector<Double>)
Applies the transformation to a single observation.
public Vector<double> Transform(
Vector<double> input
)
Parameters
Return Value
Vector<Double>A matrix that contains the transformed values.