Fast Ica.Transform Into Method
Definition
Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
Overload List
Transform | Applies the transformation to a matrix. |
Transform | Applies the transformation to a vector. |
TransformInto(Matrix<Double>, Matrix<Double>)
Applies the transformation to a matrix.
public override Matrix<double> TransformInto(
Matrix<double> input,
Matrix<double>? output
)
Parameters
Return Value
Matrix<Double>The transformed matrix.
TransformInto(Vector<Double>, Vector<Double>)
Applies the transformation to a vector.
public override Vector<double> TransformInto(
Vector<double> input,
Vector<double>? output
)
Parameters
Return Value
Vector<Double>The transformed vector.