Interface | Description |
---|---|
Prediction |
It is a generic output provided by a machine learning systems on a test data
|
PredictionFunction |
It is a generic prediction function that can be learned with a machine learning algorithm
|
Class | Description |
---|---|
PredictionFunctionTypeResolver |
It is a class implementing
TypeIdResolver which will be used by Jackson library during
the serialization in JSON and deserialization of PredictionFunction s |
SequencePrediction |
It is a output provided by a machine learning systems on a sequence.
|
SequencePredictionFunction |
This class implements a classifier in a sequence labeling process.
|
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.