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 |
SimpleExample |
An
Example composed by a set of Representation s. |
Copyright © 2015 Semantic Analytics Group @ Uniroma2. All rights reserved.