net.sf.myra.antree
Class Ant

java.lang.Object
  extended by net.sf.myra.antree.Ant

public class Ant
extends java.lang.Object

Version:
$Revision: 2336 $ $Date:: 2011-08-09 17:39:15#$
Author:
Fernando Esteban Barril Otero

Constructor Summary
Ant()
           
 
Method Summary
 Tree getBestTree()
          Returns the best created tree.
 Tree getTree()
          Returns the current created tree.
 void walk(net.sf.myra.datamining.data.Dataset dataset)
          Creates a new tree.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ant

public Ant()
Method Detail

walk

public void walk(net.sf.myra.datamining.data.Dataset dataset)
Creates a new tree.


getTree

public Tree getTree()
Returns the current created tree.

Returns:
the current created tree.

getBestTree

public Tree getBestTree()
Returns the best created tree.

Returns:
the best created tree.


Copyright © 2013. All Rights Reserved.