Modifier and Type | Method and Description |
---|---|
PredictionFunction |
MultiEpochLearning.getPredictionFunction() |
PredictionFunction |
LearningAlgorithm.getPredictionFunction()
Returns the predictionFunction learned during the training process
|
Modifier and Type | Method and Description |
---|---|
PredictionFunction |
Stoptron.getPredictionFunction() |
PredictionFunction |
RandomizedBudgetPerceptron.getPredictionFunction() |
Modifier and Type | Class and Description |
---|---|
class |
SequencePredictionFunction
This class implements a classifier in a sequence labeling process.
|
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 | Method and Description |
---|---|
PredictionFunction |
SequenceModel.getBasePredictionFunction() |
Modifier and Type | Method and Description |
---|---|
void |
SequenceModel.setBasePredictionFunction(PredictionFunction basePredictionFunction) |
Constructor and Description |
---|
SequenceModel(PredictionFunction basePredictionFunction,
SequenceExampleGenerator sequenceExampleGenerator) |
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.
|
Modifier and Type | Method and Description |
---|---|
static List<Prediction> |
ExperimentUtils.test(PredictionFunction predictionFunction,
Evaluator evaluator,
Dataset testset)
Evaluates a prediction function over a testset
|
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.