Package | Description |
---|---|
edu.illinois.cs.cogcomp.lbjava | |
edu.illinois.cs.cogcomp.lbjava.IR |
Modifier and Type | Method and Description |
---|---|
void |
SemanticAnalysis.run(InferenceDeclaration.NormalizerDeclaration n)
Runs this pass on all nodes of the indicated type.
|
void |
PrintAST.run(InferenceDeclaration.NormalizerDeclaration node)
Runs this pass on all nodes of the indicated type.
|
void |
Pass.run(InferenceDeclaration.NormalizerDeclaration node)
One of the recursive "helper" methods for
run() . |
Modifier and Type | Field and Description |
---|---|
InferenceDeclaration.NormalizerDeclaration[] |
InferenceDeclaration.normalizerDeclarations
(¬ø) Declarations describing how the scores produced by various learning
classifiers should be normalized.
|
Constructor and Description |
---|
InferenceDeclaration(String com,
int line,
int byteOffset,
Name n,
Argument h,
InferenceDeclaration.HeadFinder[] f,
InferenceDeclaration.NormalizerDeclaration[] d,
ConstraintDeclaration con,
InstanceCreationExpression a)
Full constructor.
|
Copyright © 2016. All rights reserved.