| Package | Description |
|---|---|
| org.aksw.limes.core.datastrutures | |
| org.aksw.limes.core.evaluation.evaluator | |
| org.aksw.limes.core.ml.algorithm |
| Modifier and Type | Method and Description |
|---|---|
AMLAlgorithm |
TaskAlgorithm.getMlAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskAlgorithm.setMlAlgorithm(AMLAlgorithm mlAlgorithm) |
| Constructor and Description |
|---|
TaskAlgorithm(MLImplementationType mlType,
AMLAlgorithm mlAlgorithm,
List<LearningParameter> mlParameter) |
TaskAlgorithm(MLImplementationType mlType,
AMLAlgorithm mlAlgorithm,
List<LearningParameter> mlParameter,
Map<LearningParameter,List<Object>> mlParameterValues) |
| Modifier and Type | Method and Description |
|---|---|
List<EvaluationRun> |
Evaluator.crossValidate(AMLAlgorithm algorithm,
List<LearningParameter> parameter,
Set<TaskData> datasets,
int foldNumber,
Set<EvaluatorType> qlMeasures,
Set<IQuantitativeMeasure> qnMeasures) |
| Modifier and Type | Class and Description |
|---|---|
class |
ActiveMLAlgorithm |
class |
SupervisedMLAlgorithm |
class |
UnsupervisedMLAlgorithm |
| Modifier and Type | Method and Description |
|---|---|
static AMLAlgorithm |
MLAlgorithmFactory.createMLAlgorithm(Class<? extends ACoreMLAlgorithm> clazz,
MLImplementationType mlType) |
Copyright © 2018. All rights reserved.