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

Inheritance: Learner
Datei anzeigen Open project: PaulMineau/AIMA.Net Class Usage Examples

Public Methods

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

Method Details

CurrentBestLearner() public method

public CurrentBestLearner ( String trueGoalValue ) : System
trueGoalValue String
return System

predict() public method

public predict ( Example e ) : String
e AIMA.Core.Learning.Framework.Example
return String

test() public method

public test ( DataSet ds ) : int[]
ds AIMA.Core.Learning.Framework.DataSet
return int[]

train() public method

public train ( DataSet ds ) : void
ds AIMA.Core.Learning.Framework.DataSet
return void