COM.hugin.HAPI
Class NetworkModel.Constraint

java.lang.Object
  extended byCOM.hugin.HAPI.NetworkModel.Constraint
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
NetworkModel

public static class NetworkModel.Constraint
extends java.lang.Object
implements java.lang.Comparable

The Constraint class is used to represent possible domain knowledge about a particular edge between a pair of variables. Such knowledge can be used to constrain the set of networks that can be learned from data. The knowledge is used by the learning algorithm to resolve ambiguities (e.g., deciding the direction of a edge). Concretely, the knowledge can express the direction of a edge, the presence or absence of a edge, or both.


Method Summary
 int compareTo(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable