public class FileMapping extends AMapping
| Modifier and Type | Field and Description |
|---|---|
HashMap<String,HashMap<String,Double>> |
map |
predicate, reversedMap, size| Constructor and Description |
|---|
FileMapping() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String key,
HashMap<String,Double> hashMap) |
void |
add(String key,
String value,
double sim) |
void |
add(String key,
String value,
Double double1) |
boolean |
contains(String key,
String value) |
AMapping |
getBestOneToNMapping() |
double |
getConfidence(String key,
String value) |
int |
getNumberofMappings() |
int |
getNumberofPositiveMappings() |
AMapping |
getOnlyPositiveExamples() |
AMapping |
getSubMap(double threshold) |
FileMapping |
reverseSourceTarget() |
int |
size() |
equals, getBestOneToOneMappings, getMap, getPredicate, getPredicateURI, getReversedMap, getSize, hashCode, setMap, setPredicate, setSizepublic int getNumberofMappings()
getNumberofMappings in class AMappingpublic FileMapping reverseSourceTarget()
reverseSourceTarget in class AMappingpublic double getConfidence(String key, String value)
getConfidence in class AMappingpublic AMapping getBestOneToNMapping()
getBestOneToNMapping in class AMappingpublic int getNumberofPositiveMappings()
getNumberofPositiveMappings in class AMappingpublic AMapping getOnlyPositiveExamples()
getOnlyPositiveExamples in class AMappingCopyright © 2018. All rights reserved.