public class TaskData extends Object implements Comparable<TaskData>
| Modifier and Type | Field and Description |
|---|---|
String |
dataName
The name of the dataset
|
EvaluationData |
evalData |
GoldStandard |
goldStandard
The Gold Standard used to evaluate the machine learning algorithm.
It combines the reference mapping and the source and target datasets URIs |
AMapping |
initialMapping |
AMapping |
mapping
The mapping generated by the machine learning
|
PseudoFMeasure |
pseudoFMeasure
The pseudo F-Measure used by the machine learning with unsupervised implementation type
|
ACache |
source
The source data to be used by the machine learning algorithm
|
ACache |
target
The target data to be used by the machine learning algorithm
|
AMapping |
training
The training data used by the machine learning with supervised implementation type
|
| Constructor and Description |
|---|
TaskData() |
TaskData(AMapping mapping) |
TaskData(AMapping mapping,
GoldStandard goldStandard) |
TaskData(GoldStandard goldStandard,
ACache source,
ACache target) |
TaskData(GoldStandard goldStandard,
ACache source,
ACache target,
EvaluationData evalData) |
TaskData(GoldStandard goldStandard,
AMapping mapping,
ACache source,
ACache target) |
TaskData(String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TaskData other) |
List<String> |
getSourceURIs() |
List<String> |
getTargetURIs() |
public String dataName
public ACache source
public ACache target
public AMapping mapping
public AMapping training
public PseudoFMeasure pseudoFMeasure
public GoldStandard goldStandard
public EvaluationData evalData
public AMapping initialMapping
public TaskData()
public TaskData(GoldStandard goldStandard, AMapping mapping, ACache source, ACache target)
public TaskData(GoldStandard goldStandard, ACache source, ACache target)
public TaskData(GoldStandard goldStandard, ACache source, ACache target, EvaluationData evalData)
public TaskData(AMapping mapping, GoldStandard goldStandard)
public TaskData(AMapping mapping)
public TaskData(String name)
Copyright © 2018. All rights reserved.