Modifier and Type | Class and Description |
---|---|
class |
BudgetedLearningAlgorithm
It is binary kernel-based online learning method that binds the number of support vector to a fix number (i.e.
|
class |
RandomizedBudgetPerceptron
It is a variation of the Randomized Budget Perceptron proposed in
|
class |
Stoptron
It is a variation of the Stoptron proposed in
|
Modifier and Type | Class and Description |
---|---|
class |
SequenceClassificationKernelBasedLearningAlgorithm
/** This class implements a sequential labeling paradigm.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryCSvmClassification
It implements the C-SVM learning algorithm discussed in [CC Chang & CJ Lin,
2011].
|
class |
BinaryNuSvmClassification
It implements the \(\nu\)-SVM learning algorithm discussed in [CC Chang & CJ
Lin, 2011].
|
class |
OneClassSvmClassification
It implements the One class SVM learning algorithm discussed in [CC Chang &
CJ Lin, 2011].
|
Modifier and Type | Class and Description |
---|---|
class |
BudgetedPassiveAggressiveClassification
Online Passive-Aggressive on a budget
reference: Zhuang Wang and Slobodan Vucetic
Online Passive-Aggressive Algorithms on a Budget
|
class |
KernelizedPassiveAggressiveClassification
Online Passive-Aggressive Learning Algorithm for classification tasks (Kernel Machine version) .
|
Modifier and Type | Class and Description |
---|---|
class |
KernelizedPerceptron
The perceptron learning algorithm algorithm for classification tasks (Kernel machine version).
|
Modifier and Type | Class and Description |
---|---|
class |
EpsilonSvmRegression
It implements the \(\epsilon\)-SVR learning algorithm discussed in [CC Chang
& CJ Lin, 2011].
|
Modifier and Type | Class and Description |
---|---|
class |
KernelizedPassiveAggressiveRegression
Online Passive-Aggressive Learning Algorithm for regression tasks (kernel machine version).
|
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.