Package edu.iu.pcl.absurdist.penalty

This package implements a graph matching method based on the minimization of a certain "penalty functional".

See:
          Description

Interface Summary
SystemMatcher A common interface for an algorithm for matching two concept systems.
 

Class Summary
PenaltyMinimizer This algorithm tries to compute the correspondence between two concept systems that minimizes a certain penalty function.
 

Package edu.iu.pcl.absurdist.penalty Description

This package implements a graph matching method based on the minimization of a certain "penalty functional". It does not work particularly well.