Package | Description |
---|---|
edu.illinois.cs.cogcomp.lbjava | |
edu.illinois.cs.cogcomp.lbjava.IR |
Modifier and Type | Method and Description |
---|---|
void |
SemanticAnalysis.run(InstanceCreationExpression ice)
Runs this pass on all nodes of the indicated type.
|
void |
TranslateToJava.run(InstanceCreationExpression e)
Runs this pass on all nodes of the indicated type.
|
void |
PrintAST.run(InstanceCreationExpression node)
Runs this pass on all nodes of the indicated type.
|
void |
Pass.run(InstanceCreationExpression node)
One of the recursive "helper" methods for
run() . |
Modifier and Type | Field and Description |
---|---|
InstanceCreationExpression |
InferenceDeclaration.algorithm
(ø) A constructor for the inference algorithm to use.
|
static InstanceCreationExpression |
LearningClassifierExpression.defaultDiscreteLearner
If no learning algorithm is specified to learn a discrete classifier, this learner is used.
|
static InstanceCreationExpression |
InferenceDeclaration.defaultInferenceConstructor
If no inference algorithm is specified, this algorithm is used.
|
static InstanceCreationExpression |
LearningClassifierExpression.defaultRealLearner
If no learning algorithm is specified to learn a real classifier, this learner is used.
|
InstanceCreationExpression |
LearningClassifierExpression.learnerConstructor
(ø) Tells this learning classifier how to construct its learning algorithm; argument
to
with . |
InstanceCreationExpression |
InferenceDeclaration.NormalizerDeclaration.normalizer
(¬ø) Constructs the normalizer to use.
|
InstanceCreationExpression |
LearningClassifierExpression.parser
(ø) Tells this learning classifier how to get its training data; argument to
from . |
InstanceCreationExpression |
LearningClassifierExpression.testingMetric
(ø) Determines how the user wishes cross-validation to test its performance; argument
to
testingMetric . |
InstanceCreationExpression |
LearningClassifierExpression.testParser
(ø) Tells this learning classifier how to get its testing data; argument to
testFrom . |
Copyright © 2016. All rights reserved.