Uses of Interface
de.uni_trier.wi2.procake.similarity.base.taxonomy.SMTaxonomy
-
Packages that use SMTaxonomy Package Description de.uni_trier.wi2.procake.similarity.base.taxonomy de.uni_trier.wi2.procake.similarity.base.taxonomy.impl -
-
Uses of SMTaxonomy in de.uni_trier.wi2.procake.similarity.base.taxonomy
Subinterfaces of SMTaxonomy in de.uni_trier.wi2.procake.similarity.base.taxonomy Modifier and Type Interface Description interfaceSMTaxonomyClassicThe classic taxonomy measure is calculated by both pre-initialised node weights and several strategies.interfaceSMTaxonomyClassicUserWeightsThis measure is very similar to theSMTaxonomyClassictaxonomy except, that the weights must be set manually.interfaceSMTaxonomyNodeHeightThis measure computes the similarity between two nodes based on the height of the nodes.interfaceSMTaxonomyPathThe similarity between query and case based on the shortest path between query and case in relation to the longest possible path. -
Uses of SMTaxonomy in de.uni_trier.wi2.procake.similarity.base.taxonomy.impl
Classes in de.uni_trier.wi2.procake.similarity.base.taxonomy.impl that implement SMTaxonomy Modifier and Type Class Description classSMTaxonomyClassicImplclassSMTaxonomyClassicUserWeightsImplclassSMTaxonomyImplclassSMTaxonomyNodeHeightImplImplementation ofSMTaxonomyNodeHeight.classSMTaxonomyPathImplImplementation ofSMTaxonomyPath.classSMTaxonomyWeightedNodes
-