Package | Description |
---|---|
it.uniroma2.sag.kelp.data.dataset | |
it.uniroma2.sag.kelp.data.examplegenerator | |
it.uniroma2.sag.kelp.utils.evaluation |
Modifier and Type | Method and Description |
---|---|
SequenceExample |
SequenceDatasetReader.readNextExample()
Returns the next example
|
Modifier and Type | Method and Description |
---|---|
List<SequenceExample> |
SequenceDataset.getSequenceExamples() |
Modifier and Type | Method and Description |
---|---|
SequenceExample |
SequenceExampleGeneratorLinear.generateSequenceExampleEnrichedWithHistory(SequenceExample sequenceExample) |
SequenceExample |
SequenceExampleGeneratorKernel.generateSequenceExampleEnrichedWithHistory(SequenceExample sequenceExample) |
SequenceExample |
SequenceExampleGenerator.generateSequenceExampleEnrichedWithHistory(SequenceExample sequenceExample)
This method allows to enrich each
Example from an input
SequenceExample with the labels assigned by the classifier
to the previous Example s |
Modifier and Type | Method and Description |
---|---|
Example |
SequenceExampleGeneratorLinear.generateExampleWithHistory(SequenceExample sequenceExample,
SequencePath p,
int elementId) |
Example |
SequenceExampleGeneratorKernel.generateExampleWithHistory(SequenceExample sequenceExample,
SequencePath p,
int elementId) |
Example |
SequenceExampleGenerator.generateExampleWithHistory(SequenceExample sequenceExample,
SequencePath sequencePath,
int offset)
At labeling time, this method allows to enrich a specific
Example with the labels assigned by the classifier to the
previous Example s |
SequenceExample |
SequenceExampleGeneratorLinear.generateSequenceExampleEnrichedWithHistory(SequenceExample sequenceExample) |
SequenceExample |
SequenceExampleGeneratorKernel.generateSequenceExampleEnrichedWithHistory(SequenceExample sequenceExample) |
SequenceExample |
SequenceExampleGenerator.generateSequenceExampleEnrichedWithHistory(SequenceExample sequenceExample)
This method allows to enrich each
Example from an input
SequenceExample with the labels assigned by the classifier
to the previous Example s |
Modifier and Type | Method and Description |
---|---|
void |
MulticlassSequenceClassificationEvaluator.addCount(SequenceExample test,
SequencePrediction predicted)
This method should be implemented in the subclasses to update counters
useful to compute the performance measure
|
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.