edu.ucla.belief.uai2006
Class UaiEdgeCutter.MyRecord

Object
  extended by UaiEdgeCutter.MyRecord
Enclosing class:
UaiEdgeCutter

public static class UaiEdgeCutter.MyRecord
extends Object


Field Summary
 Bucketer buckets
           
 IntSet[] clusters
           
 IntList order
           
 double size
           
 
Constructor Summary
UaiEdgeCutter.MyRecord(IntList o, double s, IntSet[] c, Bucketer b)
           
 
Method Summary
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

order

public final IntList order

size

public final double size

clusters

public final IntSet[] clusters

buckets

public final Bucketer buckets
Constructor Detail

UaiEdgeCutter.MyRecord

public UaiEdgeCutter.MyRecord(IntList o,
                              double s,
                              IntSet[] c,
                              Bucketer b)


Copyright 2010 UCLA Automated Reasoning Group