public class Clustering extends Object
| Constructor and Description |
|---|
Clustering(ACache sourceCache,
ACache targetCache,
PropertyMapping propMap) |
| Modifier and Type | Method and Description |
|---|---|
weka.core.Instances |
computeSimilaritySpace(List<ALDecider.Triple> candidates)
We first have to compute a similarity space for each candidate.
|
static void |
main(String[] args) |
static void |
wekaTest() |
public Clustering(ACache sourceCache, ACache targetCache, PropertyMapping propMap)
public weka.core.Instances computeSimilaritySpace(List<ALDecider.Triple> candidates)
candidates - Triples given by a committee, are source - target URIs and a double value
giving information if its regarded as a match.Copyright © 2020. All rights reserved.