Class | Description |
---|---|
ClassificationDemo | |
HelloKernelLearning |
This is a classification example based on the kernelized version of
the Passive Aggressive algorithm.
|
HelloLearning |
This is a very simple classification example based on a linear version of the
Passive Aggressive algorithm.
|
KernelCacheExample |
Caching is an important feature of KeLP.
|
MultipleRepresentationExample |
KeLP supports natively a multiple representation formalism.
|
OneVsAllPassiveAggressiveExample |
This example illustrates how to perform multiclass classification,
with a One-Vs-All strategy with the Passive Aggressive Algorithm.
|
OneVsAllSVMExample |
This example illustrates how to perform multiclass classification, with a
One-Vs-All strategy with SVM.
|
SequenceKernelExample |
This example illustrates how to use the sequence kernel on a
Sentiment Analysis task.
|
SerializationExample |
This example illustrates how to serialize and deserialize learning algorithms, as well as
classification functions.
|
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.