uk.ac.ed.inf.taweka.mulan.testsetfilter
Class TestSetFilter

java.lang.Object
  extended by uk.ac.ed.inf.taweka.mulan.testsetfilter.TestSetFilter

public class TestSetFilter
extends java.lang.Object

This class filters the attributes of a dataset (the test set) to make it compatible with another dataset (the train set). The result is a new dataset that can be used as test set for the specified train set. Main operations: 1. Attributes: only attributes present in the train set can appear in the test set 2. Class attributes: for the test set are irrelevant, but are usually set to '?'. 3. Mulan XML file (class labels): the same XML file of the training set 4. ARFF File: the arff file for the new test set will contain the string .test 5. ARFF record: stored in the database, should contain trace (id) of the original training set and the other set used to generate the new test set.

Version:
3 Sep 2010
Author:
Luna De Ferrari luna.deferrari-at-ed.ac.uk

Constructor Summary
TestSetFilter()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSetFilter

public TestSetFilter()