Class AssociationPair


  • public final class AssociationPair
    extends Object
    Defines two sets of variables to be analyzed by the Association algorithm.
    • Constructor Detail

      • AssociationPair

        public AssociationPair​(Node x,
                               Node y)
        Initializes a new instance of the AssociationPair class with individual nodes. You can test the strength of a link by setting x = link.From and y= link.To.