C# Class AIMA.Core.Learning.Learners.CurrentBestLearner

Inheritance: Learner
Afficher le fichier Open project: PaulMineau/AIMA.Net Class Usage Examples

Méthodes publiques

Méthode Description
CurrentBestLearner ( String trueGoalValue ) : System
predict ( Example e ) : String
test ( DataSet ds ) : int[]
train ( DataSet ds ) : void

Method Details

CurrentBestLearner() public méthode

public CurrentBestLearner ( String trueGoalValue ) : System
trueGoalValue String
Résultat System

predict() public méthode

public predict ( Example e ) : String
e AIMA.Core.Learning.Framework.Example
Résultat String

test() public méthode

public test ( DataSet ds ) : int[]
ds AIMA.Core.Learning.Framework.DataSet
Résultat int[]

train() public méthode

public train ( DataSet ds ) : void
ds AIMA.Core.Learning.Framework.DataSet
Résultat void