Class DiceConfirmationMeasure
- java.lang.Object
-
- org.aksw.palmetto.calculations.indirect.AbstractVectorBasedCalculation
-
- org.aksw.palmetto.calculations.indirect.DiceConfirmationMeasure
-
- All Implemented Interfaces:
ConfirmationMeasure,VectorBasedConfirmationMeasure
public class DiceConfirmationMeasure extends AbstractVectorBasedCalculation
-
-
Constructor Summary
Constructors Constructor Description DiceConfirmationMeasure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected doublecalculateSimilarity(double[] vector1, double[] vector2)StringgetName()Returns the name of the measure.-
Methods inherited from class org.aksw.palmetto.calculations.indirect.AbstractVectorBasedCalculation
calculateConfirmationValues, createVector
-
-
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:ConfirmationMeasureReturns the name of the measure.- Returns:
- the name of the measure.
-
calculateSimilarity
protected double calculateSimilarity(double[] vector1, double[] vector2)- Specified by:
calculateSimilarityin classAbstractVectorBasedCalculation
-
-