|
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
)
<ObsoleteAttribute("Please use jagged matrices instead.")>
Public Function Learn (
x As Double(,)
) As MultivariateKernelRegression
Request Example
View SourceParameters
- 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