ILNumerics Ultimate VS

MachineLearning Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Machine Learning provides a range of algorithms from supervised to unsupervised learning with a convenient variable parameter list.

[ILNumerics Machine Learning Toolbox]

Inheritance Hierarchy

SystemObject
  ILNumerics.ToolboxesMachineLearning

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

public static class MachineLearning

The MachineLearning type exposes the following members.

Methods

  NameDescription
Public methodStatic memberem
Expectation maximization algorithm.

[ILNumerics Machine Learning Toolbox]

Public methodStatic memberkMeansClust
k-means clustering: finds clusters in data matrix X.

[ILNumerics Machine Learning Toolbox]

Public methodStatic memberknn
Searches for k nearest neighbors for every sample in Samples samples.

[ILNumerics Machine Learning Toolbox]

Public methodStatic memberkrr(InArrayDouble, InArrayDouble)
Calculates the kernel ridge regression (KRR) of X to Y.

[ILNumerics Machine Learning Toolbox]

Public methodStatic memberkrr(InArrayDouble, InArrayDouble, KRRTypes, InArrayDouble, InArrayDouble)
Calculates the kernel ridge regression (KRR) of X to Y.

[ILNumerics Machine Learning Toolbox]

Public methodStatic memberpca(InArrayDouble, OutArrayDouble, OutArrayDouble, OutArrayDouble)
Principal Component Analysis (PCA).

[ILNumerics Machine Learning Toolbox]

Public methodStatic memberpca(InArraySingle, OutArraySingle, OutArraySingle, OutArraySingle)
Principal Component Analysis (PCA).

[ILNumerics Machine Learning Toolbox]

Public methodStatic memberridge_regression
Ordinary least squares regression/ ridge regression.

[ILNumerics Machine Learning Toolbox]

Top
Remarks

[ILNumerics Machine Learning Toolbox]

See Also

Reference