Click or drag to resize
Accord.NET (logo)

MulticlassLearningBaseTModelLearn Method

Overload List
  NameDescription
Public methodLearn(Int32, Boolean, Double)
Learns a model that can map the given inputs to the given outputs.
Public methodLearn(Int32, Int32, Double)
Learns a model that can map the given inputs to the given outputs.
Public methodLearn(Int32, Int32, Double)
Learns a model that can map the given inputs to the given outputs.
Public methodLearn(Single, Boolean, Double)
Learns a model that can map the given inputs to the given outputs.
Public methodLearn(Single, Int32, Double)
Learns a model that can map the given inputs to the given outputs.
Public methodLearn(Single, Int32, Double)
Learns a model that can map the given inputs to the given outputs.
Public methodLearn(TInput, Boolean, Double)
Learns a model that can map the given inputs to the given outputs.
(Inherited from MulticlassLearningBaseTModel, TInput.)
Public methodLearn(TInput, Int32, Double)
Learns a model that can map the given inputs to the given outputs.
(Inherited from MulticlassLearningBaseTModel, TInput.)
Public methodLearn(TInput, Int32, Double)
Learns a model that can map the given inputs to the given outputs.
(Inherited from MulticlassLearningBaseTModel, TInput.)
Top
See Also