Transformation Model<T>.Transform Method
Definition
Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.