Applies the transformation to a set of observations.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
Matrix<double> Transform(
Matrix<double> input
)
Function Transform (
input As Matrix(Of Double)
) As Matrix(Of Double)
Matrix<double>^ Transform(
Matrix<double>^ input
)
abstract Transform :
input : Matrix<float> -> Matrix<float>
Parameters
- input
- Type: Extreme.MathematicsMatrixDouble
The observations to transform.
Return Value
Type:
MatrixDoubleA matrix that contains the transformed values.
Reference