Modifier and Type | Method and Description |
---|---|
PredictionFunction |
LearningAlgorithm.getPredictionFunction()
Returns the predictionFunction learned during the training process
|
PredictionFunction |
MultiEpochLearning.getPredictionFunction() |
Modifier and Type | Method and Description |
---|---|
PredictionFunction |
Stoptron.getPredictionFunction() |
PredictionFunction |
RandomizedBudgetPerceptron.getPredictionFunction() |
Modifier and Type | Interface and Description |
---|---|
interface |
Classifier
It is a generic classifier, i.e.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryClassifier
It is a generic binary classification function that can be learned with a machine learning algorithm
It learns a binary concept.
|
class |
BinaryKernelMachineClassifier
It is a kernel-base binary classifier
|
class |
BinaryLinearClassifier
It linear binary classifier operating directly on an explicit vector space
|
Modifier and Type | Class and Description |
---|---|
class |
MultiLabelClassifier
It is a multi label classifier.
|
class |
OneVsAllClassifier
It is a multiclass classifier operating in a one-vs-all schema.
|
class |
OneVsOneClassifier |
Modifier and Type | Interface and Description |
---|---|
interface |
RegressionFunction
It is a generic regression prediction function, i.e.
|
Modifier and Type | Class and Description |
---|---|
class |
UnivariateKernelMachineRegressionFunction
It is a univariate regression prediction function consisting of an implicit
hyperplane in a Reproducing Kernel Hilbert Space.
|
class |
UnivariateLinearRegressionFunction
It is a univariate regression prediction function consisting of an explicit hyperplane.
|
class |
UnivariateRegressionFunction
It is a univariate regression prediction function.
|
Copyright © 2015 Semantic Analytics Group @ Uniroma2. All rights reserved.