TClass usage

Basics

This page assumes that you have already installed TClass successfully and have some background in machine learning and have possibly even read the paper and/or PhD on TClass. Once you have ensured that both TClass and Weka are in your CLASSPATH environment variable, all you need to do to run TClass is:

% java tclass.TClass

Of course, it generally helps if you do this in a directory that is set up for TClass (we will call these TClass experiment directories), for example if $TCLASS_HOME is where you installed TClass, try for example,$TCLASS_HOME/data/techsupport/.

TClass requires several files. These are:

In addition, in most TClass experiment directories, you will find a "data" subdirectory which contains the actual time series data. Time series data are indicated by a ".tsd"suffix. These and more are described in my PhD, in particular this section on the practical implementation of TClass.

TClass command line options

TClass currently supports the following command line options:

Hints

TClass has been developed and tested using JDK 1.2, 1.3 and 1.4.

Some java implementations have a -server option, designed for code continually running on servers. It seems to do more code optimisation in this case. Empirical experience suggests that if your TClass process is likely to run for more than 10 minutes, the -server improves performance. For processes running for more than a few hours, we have found up to a 25 per cent reduction in running time.

Also note that because of the size of the datasets, you may have to increase the amount of RAM available to java processes. This is typically done through the -Xmx command -- e.g. -Xmx200m to give a java process 200 megabytes of RAM

Contacts

If you have any questions, please do not hesitate to contact Waleed Kadous with any queries.

TClass's web page is at: http://www.cse.unsw.edu.au/~waleed/tclass/