Package absurdist

The main graph matching algorithm.

See:
          Description

Interface Summary
LinkSimCache The interface for a structure used to cache information about link similarity.
 

Class Summary
Absurdist Class Absurdist provides the ABSURDIST II graph matching algorithms to compute the correspondence between two concept systems, and finds the optimal mappings between them.
Absurdist.AllBest An auxiliary class used during the randm tie-breaking process in find2WayMap
Absurdist.AllBest.BestPair A pair of (row,column) indexes
Absurdist.CoefMode Various ways of setting Beta and Chi.
Absurdist.Results Used for reporting.
Concept Class Concept specifies the data structure for a concept, which contains its name and some features.
ConceptSystem Class ConceptSystem is the data model for a concept system specifying the semantic network between the concepts.
FeatureVectorConcept This is a special subclass of Concept, in which each instance contains an internal feature vector used to compute external similarity.
FeatureVectorConcept.IVPair An index-value pair; used as a component of fv.
Link Node pair (i,j).
LinkPair An auxiliary class used to form keys in the link similarity cache in Absurdist.
LinkSimCacheArray LinkSimCache implemented as a rectangular array.
LinkSimCacheHash LinkSimCache implemented as a Hashtable
Measures Mapping quality measurements
Measures.Quality Return type for evalMap()
Relation Class Relation Specifies the data structure for a relation, which contains its involved concepts and some features.
RelationModel Class RelationModel is the model for a particular type of relation, including specifications on its inherent properties.
 

Package absurdist Description

The main graph matching algorithm. Based on the "neural-net"-style ABSURDIST method described in this paper: Robert L. Goldstone, Brian J. Rogosky, "Using relations within conceptual systems to translate across conceptual systems". Cognition 84 (2002), 295-320.