Transformation Model<T>.Transform Into 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. | 
TransformInto(Matrix<Double>, Matrix<Double>)
            Applies the transformation to a set of observations.
            
public virtual Matrix<double> TransformInto(
	Matrix<double> input,
	Matrix<double> output
)Parameters
Return Value
Matrix<Double>A matrix that contains the transformed values.
TransformInto(Vector<Double>, Vector<Double>)
            Applies the transformation to a single observation.
            
public abstract Vector<double> TransformInto(
	Vector<double> input,
	Vector<double> output
)Parameters
Return Value
Vector<Double>A matrix that contains the transformed values.