Package | Description |
---|---|
edu.illinois.cs.cogcomp.lbjava.classify | |
edu.illinois.cs.cogcomp.lbjava.learn |
Modifier and Type | Method and Description |
---|---|
int |
RealConjunctiveFeature.childLexiconLookup(ChildLexicon lex,
int label)
Does a feature-type-specific lookup of this feature in the given
ChildLexicon . |
int |
Feature.childLexiconLookup(ChildLexicon lex,
int label)
Does a feature-type-specific lookup of this feature in the given
ChildLexicon . |
int |
DiscreteConjunctiveFeature.childLexiconLookup(ChildLexicon lex,
int label)
Does a feature-type-specific lookup of this feature in the given
ChildLexicon . |
int |
RealReferrer.childLexiconLookup(ChildLexicon lex,
int label)
Does a feature-type-specific lookup of this feature in the given
ChildLexicon . |
int |
DiscreteReferrer.childLexiconLookup(ChildLexicon lex,
int label)
Does a feature-type-specific lookup of this feature in the given
ChildLexicon . |
void |
RealConjunctiveFeature.removeFromChildLexicon(ChildLexicon lex)
Takes care of any feature-type-specific tasks that need to be taken care of when removing a
feature of this type from a
ChildLexicon , in particular updating parent counts and
removing children of this feature if necessary. |
void |
Feature.removeFromChildLexicon(ChildLexicon lex)
Takes care of any feature-type-specific tasks that need to be taken care of when removing a
feature of this type from a
ChildLexicon , in particular updating parent counts and
removing children of this feature if necessary. |
void |
DiscreteConjunctiveFeature.removeFromChildLexicon(ChildLexicon lex)
Takes care of any feature-type-specific tasks that need to be taken care of when removing a
feature of this type from a
ChildLexicon , in particular updating parent counts and
removing children of this feature if necessary. |
void |
RealReferrer.removeFromChildLexicon(ChildLexicon lex)
Takes care of any feature-type-specific tasks that need to be taken care of when removing a
feature of this type from a
ChildLexicon , in particular updating parent counts and
removing children of this feature if necessary. |
void |
DiscreteReferrer.removeFromChildLexicon(ChildLexicon lex)
Takes care of any feature-type-specific tasks that need to be taken care of when removing a
feature of this type from a
ChildLexicon , in particular updating parent counts and
removing children of this feature if necessary. |
Modifier and Type | Field and Description |
---|---|
protected ChildLexicon |
Lexicon.lexiconChildren
Stores features that might appear repeatedly as children of other features, but which are not
themselves given indexes in the lexicon.
|
Copyright © 2016. All rights reserved.