edu.ucla.belief.dtree
Class Dtree.Create
Object
Dtree.Create
- Direct Known Subclasses:
- DtreeCreateEO, DtreeCreateHMetis, DtreeCreateJT, DtreeCreateString
- Enclosing class:
- Dtree
public static class Dtree.Create
- extends Object
Each instantiation of this class represents a way of generating
dtrees. They do this by overriding the create function.
Dtree.Create
public Dtree.Create()
abrev
public String abrev()
name
public String name()
create
public DtreeNode create(Collection data)
- Create a dtree from the data.
This version will create an ordering by iteratively connecting the nodes
with the smallest height values.
- Parameters:
data
- A Collection of DtreeNodes.
Copyright 2010 UCLA Automated Reasoning Group