ILNumerics Ultimate VS

MachineLearning.RidgeRegressionResult<T>.Apply 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: ILNumerics.InArray<T>
New datapoints, same dimension as used for learning
arguments
Type: ILNumerics.InCell

Return Value

Type: RetArray<T>
Remarks

[ILNumerics Machine Learning Toolbox]

See Also

Reference