Click or drag to resize
Accord.NET (logo)

KernelPrincipalComponentAnalysisLearn Method (Double)

Note: This API is now obsolete.

Learns a model that can map the given inputs to the desired outputs.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use jagged matrices instead.")]
public MultivariateKernelRegression Learn(
	double[,] x
)
Request Example View Source

Parameters

x
Type: SystemDouble
The model inputs.

Return Value

Type: MultivariateKernelRegression
A model that has learned how to produce suitable outputs given the input data x.
See Also