| Package | Description |
|---|---|
| edu.illinois.cs.cogcomp.lbjava |
| Modifier and Type | Field and Description |
|---|---|
protected LearningClassifierExpression |
Train.TrainingThread.lce
The expression that specified the learner.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TranslateToJava.generateLearnerBody(PrintStream out,
LearningClassifierExpression lce)
Generate the code that overrides certain methods of
Learner to check types and call themselves on
the unique instance; also declares other methods and fields of the classifier's
implementation. |
void |
SemanticAnalysis.run(LearningClassifierExpression lce)
Runs this pass on all nodes of the indicated type.
|
void |
TranslateToJava.run(LearningClassifierExpression lce)
Generates code for all nodes of the indicated type.
|
void |
Train.run(LearningClassifierExpression lce)
Runs this pass on all nodes of the indicated type.
|
void |
RevisionAnalysis.run(LearningClassifierExpression lce)
Runs this pass on all nodes of the indicated type.
|
void |
PrintAST.run(LearningClassifierExpression node)
Runs this pass on all nodes of the indicated type.
|
void |
Pass.run(LearningClassifierExpression node)
One of the recursive "helper" methods for
run(). |
void |
Clean.run(LearningClassifierExpression lce)
Runs this pass on all nodes of the indicated type.
|
void |
ClassifierCSE.run(LearningClassifierExpression lce)
Runs this pass on all nodes of the indicated type.
|
| Constructor and Description |
|---|
TrainingThread(String n,
int b,
LearningClassifierExpression lce)
Initializing constructor.
|
Copyright © 2016. All rights reserved.