|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.myra.antree.Initialiser
public class Initialiser
This class is reponsible for creating the initial tree (using a similar approach as the C4.5 algorithm) that will be used to deposit the initial pheromone.
Constructor Summary | |
---|---|
Initialiser(net.sf.myra.datamining.data.Dataset dataset)
Default constructor. |
|
Initialiser(net.sf.myra.datamining.data.Dataset dataset,
C45Heuristic heuristic)
Default constructor. |
Method Summary | |
---|---|
Tree |
build()
Returns a decision tree. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Initialiser(net.sf.myra.datamining.data.Dataset dataset)
dataset
- the data set to be covered.public Initialiser(net.sf.myra.datamining.data.Dataset dataset, C45Heuristic heuristic)
dataset
- the data set to be covered.heuristic
- indicates whether we are collecting heuristic information
or not.Method Detail |
---|
public Tree build()
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |