|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SequenceInstance | |
---|---|
experiments | |
io | |
sequence | |
types |
Uses of SequenceInstance in experiments |
---|
Method parameters in experiments with type arguments of type SequenceInstance | |
---|---|
static LinearTagger |
PartOfSpeech.trainCRF(ArrayList<SequenceInstance> train,
Alphabet xA,
Alphabet yA)
|
static LinearTagger |
PartOfSpeech.trainMira(boolean doAveraging,
int numIters,
ArrayList<SequenceInstance> train,
Alphabet xA,
Alphabet yA)
|
static LinearTagger |
PartOfSpeech.trainPerceptron(boolean doAveraging,
int numIters,
ArrayList<SequenceInstance> train,
Alphabet xA,
Alphabet yA)
|
Uses of SequenceInstance in io |
---|
Methods in io that return types with arguments of type SequenceInstance | |
---|---|
ArrayList<SequenceInstance> |
PartOfSpeechReader.readFile(String dataLoc)
|
Uses of SequenceInstance in sequence |
---|
Methods in sequence with parameters of type SequenceInstance | |
---|---|
static Evaluation |
Evaluate.eval(LinearTagger h,
SequenceInstance inst,
int tagOfInterest)
Compute evaluation of entire instance list, with respect to a single tag. |
Method parameters in sequence with type arguments of type SequenceInstance | |
---|---|
LinearTagger |
CRF.batchTrain(ArrayList<SequenceInstance> trainingData)
|
LinearTagger |
Mira.batchTrain(ArrayList<SequenceInstance> trainingData)
|
LinearTagger |
Perceptron.batchTrain(ArrayList<SequenceInstance> trainingData)
|
static Evaluation |
Evaluate.eval(LinearTagger h,
ArrayList<SequenceInstance> data,
int tagOfInterest)
Compute evaluation of entire instance list, with respect to a single tag. |
Uses of SequenceInstance in types |
---|
Method parameters in types with type arguments of type SequenceInstance | |
---|---|
static double |
StaticUtils.computeAccuracyS(LinearTagger h,
ArrayList<SequenceInstance> data)
The accuracy of classifier h on the data set data. |
static ArrayList<SequenceInstance>[] |
StaticUtils.splitS(ArrayList<SequenceInstance> l,
int splitAt)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |