|
IDescriptiveLearningTModel, TInputLearn Method
|
Learns a model that can map the given inputs to the desired outputs.
Namespace:
Accord.MachineLearning
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax TModel Learn(
TInput[] x
)
Function Learn (
x As TInput()
) As TModel
Request Example
View SourceParameters
- x
- Type: TInput
The model inputs.
Return Value
Type:
TModelA model that has learned how to produce suitable outputs
given the input data
x.
See Also