uk.co.agena.minerva.model
Class DDEntropyErrorHeap

java.lang.Object
  extended by uk.co.agena.minerva.model.DDEntropyErrorHeap
All Implemented Interfaces:
java.lang.Comparable

public class DDEntropyErrorHeap
extends java.lang.Object
implements java.lang.Comparable

This is an entropy object used to sort the entropy values according to their position.


Field Summary
static boolean compareUsingValue
          Leave this as true when sorting using the value field.
 
Method Summary
 int compareTo(java.lang.Object another)
          Comparison method to sort the cliques during building of the junction tree.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

compareUsingValue

public static boolean compareUsingValue
Leave this as true when sorting using the value field. Change this to false when we require it to be sorted using the position.

Method Detail

compareTo

public int compareTo(java.lang.Object another)
Comparison method to sort the cliques during building of the junction tree. See the Procedural Guide to Baysian Networks for the sorting heuristic.

Specified by:
compareTo in interface java.lang.Comparable


Copyright © 2006 Agena Ltd. All Rights Reserved.