Interface | Description |
---|---|
Normalizable |
It is a representation that has a norm
|
Representation |
It is a generic way to represent an object that is intended to be exploited
through Machine Learning techniques.
|
Vector |
It is a Vectorial representation whose dimensions are identified by Objects
|
Class | Description |
---|---|
RepresentationFactory |
It is a factory that provides methods for instantiating a representation
described in a textual format The factory is able to automatically support
all the implementations of the class
Representation that have an
empty constructor and that have been included in the project (as local class
or imported via Maven) |
RepresentationTypeResolver |
It is a class implementing
TypeIdResolver which will be used by Jackson library during
the serialization in JSON and deserialization of Representation s |
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.