Package nct.networkblast.graph.compatibility

Interface Summary
CompatibilityCalculator Provides an interface for alternative methods of determining which potential compatibility nodes should be included in the compatibility graph and how the edge scores between the nodes are calculated.
 

Class Summary
AdditiveCompatibilityCalculator This class creates the compatibility edge score by summing the edge weights of the interaction edges that comprise the compatibility node.