Modifier and Type | Class and Description |
---|---|
class |
DCDLearningAlgorithm
Implements Dual Coordinate Descent (DCD) training algorithms for a Linear
L1 or L2 Support Vector Machine for binary
classification.
|
Modifier and Type | Class and Description |
---|---|
class |
SequenceClassificationLinearLearningAlgorithm
This class implements a sequential labeling paradigm.
|
Modifier and Type | Class and Description |
---|---|
class |
LibLinearLearningAlgorithm
This class implements linear SVMs models trained using a coordinate descent
algorithm [Fan et al, 2008].
|
Modifier and Type | Class and Description |
---|---|
class |
LinearPassiveAggressiveClassification
Online Passive-Aggressive Learning Algorithm for classification tasks (linear version) .
|
Modifier and Type | Class and Description |
---|---|
class |
PegasosLearningAlgorithm
It implements the Primal Estimated sub-GrAdient SOlver (PEGASOS) for SVM.
|
Modifier and Type | Class and Description |
---|---|
class |
LinearPerceptron
The perceptron learning algorithm algorithm for classification tasks (linear version).
|
Modifier and Type | Class and Description |
---|---|
class |
SoftConfidenceWeightedClassification
Implements Exact Soft Confidence-Weighted (SCW) algorithms, an on-line
learning algorithm for binary classification.
|
Modifier and Type | Class and Description |
---|---|
class |
LibLinearRegression
This class implements linear SVM regression trained using a coordinate descent
algorithm [Fan et al, 2008].
|
Modifier and Type | Class and Description |
---|---|
class |
LinearPassiveAggressiveRegression
Online Passive-Aggressive Learning Algorithm for regression tasks (linear version).
|
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.