Measure.TYPES
Modifier and Type | Field and Description |
---|---|
private SetMeasure<HLEntity<E>> |
initialM |
Constructor and Description |
---|
NeighborhoodEntityMeasure() |
NeighborhoodEntityMeasure(SetMeasure<HLEntity<E>> intialM) |
Modifier and Type | Method and Description |
---|---|
double |
getDissim(HLEntity<E> o1,
HLEntity<E> o2) |
double |
getMeasureValue(HLEntity<E> o1,
HLEntity<E> o2) |
Measure.TYPES |
getMType() |
double |
getSim(HLEntity<E> o1,
HLEntity<E> o2) |
protected void |
getVal(Set<? extends HLEntity<E>> s1,
Set<? extends HLEntity<E>> s2,
List<Double> values) |
protected List<Double> |
getVals(HLClass<E> e1,
HLClass<E> e2) |
protected List<Double> |
getVals(HLIndividual<E> e1,
HLIndividual<E> e2) |
protected List<Double> |
getVals(HLProperty<E> e1,
HLProperty<E> e2) |
private SetMeasure<HLEntity<E>> initialM
public NeighborhoodEntityMeasure()
public NeighborhoodEntityMeasure(SetMeasure<HLEntity<E>> intialM)
protected void getVal(Set<? extends HLEntity<E>> s1, Set<? extends HLEntity<E>> s2, List<Double> values)
protected List<Double> getVals(HLProperty<E> e1, HLProperty<E> e2)
protected List<Double> getVals(HLIndividual<E> e1, HLIndividual<E> e2)
public Measure.TYPES getMType()
public double getMeasureValue(HLEntity<E> o1, HLEntity<E> o2)
getMeasureValue
in interface Measure<HLEntity<E>>
(C) INRIA, Univ. Grenoble Alpes & friends, 2008-2017