Modifier and Type | Class and Description |
---|---|
class |
PassiveAggressive
It is an online learning algorithms that implements the Passive Aggressive algorithms described in
[Crammer, JMLR2006] K.
|
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 | Method and Description |
---|---|
OnlineLearningAlgorithm |
Stoptron.getBaseAlgorithm() |
OnlineLearningAlgorithm |
RandomizedBudgetPerceptron.getBaseAlgorithm() |
Constructor and Description |
---|
RandomizedBudgetPerceptron(int budget,
OnlineLearningAlgorithm baseAlgorithm,
long seed,
Label label) |
Stoptron(int budget,
OnlineLearningAlgorithm baseAlgorithm,
Label label) |
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) .
|
class |
LinearPassiveAggressiveClassification
Online Passive-Aggressive Learning Algorithm for classification tasks (linear version) .
|
class |
PassiveAggressiveClassification
Online Passive-Aggressive Learning Algorithm for classification tasks.
|
Modifier and Type | Class and Description |
---|---|
class |
KernelizedPerceptron
The perceptron learning algorithm algorithm for classification tasks (Kernel machine version).
|
class |
LinearPerceptron
The perceptron learning algorithm algorithm for classification tasks (linear version).
|
class |
Perceptron
The perceptron learning algorithm algorithm for classification tasks.
|
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 |
KernelizedPassiveAggressiveRegression
Online Passive-Aggressive Learning Algorithm for regression tasks (kernel machine version).
|
class |
LinearPassiveAggressiveRegression
Online Passive-Aggressive Learning Algorithm for regression tasks (linear version).
|
class |
PassiveAggressiveRegression
Online Passive-Aggressive Learning Algorithm for regression tasks.
|
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.