Two-pair splits tree (TPST)

Download this program and run it on your machine.
TPST is integrated in WEKA
Run the program by typing in "java -cp weka.jar weka.gui.GUIChooser"
You need to have Java Virtual machine on your computer.

Dataset used for testing

How can we test this algorithm?
1.Run weka.jar
2.Click Applications and choose Explorer
3.Click open file,and then choose your downloaded and unzipped data file.
4.In the top menu inside Explorer, click Classify
5.Choose classifier, TzuCheng->TPST
6.You can choose different options by yourself, but now you can click 'Start' and see the tree structure and statistics.

TPST source code

The details of this algorithm can be downloaded from here.