ILNumerics Ultimate VS

MachineLearningRidgeRegressionResultTApply Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Apply the result on new datapoints

[ILNumerics Machine Learning Toolbox]

Namespace:  ILNumerics.Toolboxes
Assembly:  ILNumerics.Toolboxes.MachineLearning (in ILNumerics.Toolboxes.MachineLearning.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public override RetArray<T> Apply(
	InArray<T> X,
	InCell arguments
)

Parameters

X
Type: ILNumericsInArrayT
New datapoints, same dimension as used for learning
arguments
Type: ILNumericsInCell

Return Value

Type: RetArrayT
Remarks

[ILNumerics Machine Learning Toolbox]

See Also

Reference