Class | Description |
---|---|
Example |
It is the instance of an example in the Machine Learning context.
|
ExampleFactory |
It is a factory that provides methods for instantiating an example described
in a textual format The expected inputs for examples with N labels and M
representations are String of the form: Label_1 Label_2 ...
|
ExamplePair |
It is the instance of an example pair, i.e.
|
ExampleTypeResolver |
It is a class implementing
TypeIdResolver which will be used by Jackson library during
the serialization in JSON and deserialization of Example s |
SequenceExample |
A
SequenceExample represents a sequence of Examples
s, each containing a set of Representation s and a set of
Label s. |
SequencePath |
This class defines the output of a sequence labeling process.
|
SimpleExample |
An
Example composed by a set of Representation s. |
Exception | Description |
---|---|
ParsingExampleException |
An Exception to model problems when parsing examples
|
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.