Package | Description |
---|---|
edu.illinois.cs.cogcomp.lbjava | |
edu.illinois.cs.cogcomp.lbjava.IR |
Modifier and Type | Field and Description |
---|---|
static HashMap<String,ClassifierExpression> |
SemanticAnalysis.representationTable
The keys of this map are the names of
Classifier s; the values are ASTNode s
representing the source code implementations of the associated Classifier s. |
Modifier and Type | Class and Description |
---|---|
class |
ClassifierCastExpression
This class represents a classifier cast expression.
|
class |
ClassifierName
This class represents identifiers that name classifiers.
|
class |
CodedClassifier
Represents a hard-coded classifier definition.
|
class |
CompositeGenerator
Represents a generator composed from several other classifiers.
|
class |
Conjunction
This class represents a classifier conjunction.
|
class |
InferenceInvocation
An inference can be invoked as a method with the name of a learning classifier involved in that
inference as its lone argument.
|
class |
LearningClassifierExpression
This class represents expressions that specify classifiers that learn.
|
Modifier and Type | Field and Description |
---|---|
ClassifierExpression |
ClassifierCastExpression.expression
(¬ø) The expression being casted.
|
ClassifierExpression |
ClassifierAssignment.expression
(¬ø) The expression representing the classifier.
|
ClassifierExpression |
LearningClassifierExpression.extractor
(¬ø) The classifier that does feature extraction for this classifier; argument to
using . |
ClassifierExpression |
LearningClassifierExpression.labeler
(ø) The classifier this learning classifier gets its labels from.
|
ClassifierExpression |
Conjunction.left
(¬ø) The left hand side of the conjunction.
|
ClassifierExpression |
Conjunction.right
(¬ø) The right hand side of the conjunction.
|
Modifier and Type | Method and Description |
---|---|
ClassifierExpression |
ClassifierExpressionList.ClassifierExpressionListIterator.nextItem()
Returns the next AST node in the list.
|
ClassifierExpression |
ClassifierExpressionList.ClassifierExpressionListIterator.previousItem()
Returns the previous element in the list.
|
ClassifierExpression[] |
ClassifierExpressionList.toArray()
Transforms the list into an array of expressions.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassifierExpressionList.add(ClassifierExpression e)
Adds another
ClassifierExpression to the end of the list. |
Copyright © 2016. All rights reserved.