Uses of Class
jildt.agent.Learner

Packages that use Learner
jildt   
jildt.gui   
jildt.tilde   
 

Uses of Learner in jildt
 

Methods in jildt with parameters of type Learner
static java.util.logging.Level Functions.traceLevel(Learner agent)
          Specify the logging level for tracing, accordingly the agent attribute for trace.
 

Uses of Learner in jildt.gui
 

Constructors in jildt.gui with parameters of type Learner
VisualTree(TildeNode tree, Learner ag, jason.asSyntax.Plan plan)
           
 

Uses of Learner in jildt.tilde
 

Methods in jildt.tilde with parameters of type Learner
 void execTilde.languageBias(jason.asSyntax.ListTerm trainingExamples, Learner agent)
          Generates the learning language bias after a list of training examples.