Uses of Interface
de.uni_trier.wi2.procake.similarity.base.collection.SMCollection
-
-
Uses of SMCollection in de.uni_trier.wi2.procake.similarity.base.collection
Subinterfaces of SMCollection in de.uni_trier.wi2.procake.similarity.base.collection Modifier and Type Interface Description interfaceSMCollectionIsolatedMappingGeneralinterfaceSMCollectionMappingThe CollectionMapping performs the best possible mapping of the query items to the case items of the collection.interfaceSMListCorrectnessThe SMListCorrectness uses theCorrectnessMetricto compare the elements of two lists and compute a similarity.interfaceSMListMappingThe SMListMapping performs a compare on the elements of two lists. -
Uses of SMCollection in de.uni_trier.wi2.procake.similarity.base.collection.impl
Classes in de.uni_trier.wi2.procake.similarity.base.collection.impl that implement SMCollection Modifier and Type Class Description classSMCollectionImplclassSMCollectionIsolatedMappingImplclassSMCollectionMappingImplA* - algorithm - implementation of a Collection-mapping-similarity measureclassSMListCorrectnessImplclassSMListMappingImplImplementation ofSMListMapping. -
Uses of SMCollection in de.uni_trier.wi2.procake.similarity.nest.sequence.utils.impl
Fields in de.uni_trier.wi2.procake.similarity.nest.sequence.utils.impl declared as SMCollection Modifier and Type Field Description protected SMCollectionDPImpl. dataCollectionMeasureSimilarity measure to be used for comparing sets of data nodes.
-