Uses of Class
org.aksw.limes.core.measures.measure.semantic.edgecounting.indexing.AIndex
-
-
Uses of AIndex in org.aksw.limes.core.measures.measure
Methods in org.aksw.limes.core.measures.measure that return AIndex Modifier and Type Method Description static AIndexMeasureFactory. createIndexer() -
Uses of AIndex in org.aksw.limes.core.measures.measure.semantic.edgecounting
Fields in org.aksw.limes.core.measures.measure.semantic.edgecounting declared as AIndex Modifier and Type Field Description protected AIndexAEdgeCountingSemanticMeasure. IndexerConstructors in org.aksw.limes.core.measures.measure.semantic.edgecounting with parameters of type AIndex Constructor Description AEdgeCountingSemanticMeasure(AIndex indexer) -
Uses of AIndex in org.aksw.limes.core.measures.measure.semantic.edgecounting.factory
Methods in org.aksw.limes.core.measures.measure.semantic.edgecounting.factory with parameters of type AIndex Modifier and Type Method Description static AEdgeCountingSemanticMeasureSemanticFactory. createMeasure(SemanticType measure, AIndex Indexer)Factory function for retrieving the desired semantic measure instance. -
Uses of AIndex in org.aksw.limes.core.measures.measure.semantic.edgecounting.indexing.memory
Subclasses of AIndex in org.aksw.limes.core.measures.measure.semantic.edgecounting.indexing.memory Modifier and Type Class Description classMemoryIndexImplements the memory index class that computes, stores and loads the hypernym paths of every synset in wordnet. -
Uses of AIndex in org.aksw.limes.core.measures.measure.semantic.edgecounting.measures
Constructors in org.aksw.limes.core.measures.measure.semantic.edgecounting.measures with parameters of type AIndex Constructor Description LCHMeasure(AIndex Indexer)LiMeasure(AIndex Indexer)ShortestPathMeasure(AIndex Indexer)WuPalmerMeasure(AIndex Indexer)
-