|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.ed.inf.taweka.mulan.testsetfilter.TestSetFilter
public class TestSetFilter
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.
| Constructor Summary | |
|---|---|
TestSetFilter()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestSetFilter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||