ClassifierFactoryLearn Method

CVB.Net Documentation
Learn a new classifier from the trainingSet using the parameters stored in the properties of this object.

Namespace:  Stemmer.Cvb.Minos
Assembly:  Stemmer.Cvb.Minos (in Stemmer.Cvb.Minos.dll) Version: 14.0.0.0
Syntax

public Classifier Learn(
	TrainingSet trainingSet
)

Parameters

trainingSet
Type: Stemmer.Cvb.MinosTrainingSet
training set from which to learn

Return Value

Type: Classifier
newly learned classifier object
Exceptions

ExceptionCondition
ArgumentNullExceptionwhen trying to pass a null reference as the trainingSet parameter
See Also

Reference