Package | Description |
---|---|
it.uniroma2.sag.kelp.learningalgorithm.classification.passiveaggressive | |
it.uniroma2.sag.kelp.learningalgorithm.regression.passiveaggressive |
Modifier and Type | Class and Description |
---|---|
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 |
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.