Package | Description |
---|---|
edu.illinois.cs.cogcomp.lbjava.classify | |
edu.illinois.cs.cogcomp.lbjava.learn | |
edu.illinois.cs.cogcomp.lbjava.util |
Modifier and Type | Field and Description |
---|---|
protected FVector |
FeatureVector.features
Stores non-label features.
|
protected FVector |
FeatureVector.labels
Stores labels.
|
Modifier and Type | Field and Description |
---|---|
protected FVector |
Lexicon.lexiconInv
The inverted map of integer keys to their features.
|
protected FVector |
Learner.predictions
Stores the set of predictions that this learner will choose from when classifying a new
example.
|
Modifier and Type | Method and Description |
---|---|
void |
FVector.addAll(FVector v)
Adds all the values in the given vector to the end of this vector, expanding its capacity as
necessary.
|
Constructor and Description |
---|
FVector(FVector v)
Constructs a copy of a vector starting with capacity equal to that vector's size.
|
Copyright © 2016. All rights reserved.