Line | |
---|
1 | # The processing of Capabilities is managed with the properties stored |
---|
2 | # in this file. |
---|
3 | # |
---|
4 | # author: Fracpete (fracpete at waikato dot ac dot nz) |
---|
5 | # version: $Revision: 5953 $ |
---|
6 | |
---|
7 | # are Capabilities tests enabled at all? |
---|
8 | Test=true |
---|
9 | |
---|
10 | # enable tests that are based on the data |
---|
11 | # see weka.core.Capabilities.test(Instances,int,int) |
---|
12 | InstancesTest=true |
---|
13 | |
---|
14 | # enable tests that work only on the type of attribute, not the data |
---|
15 | # see weka.core.Capabilities.test(Attribute,boolean) |
---|
16 | AttributeTest=true |
---|
17 | |
---|
18 | # test for missing values |
---|
19 | # see weka.core.Capabilities.test(Instances,int,int) |
---|
20 | MissingValuesTest=true |
---|
21 | |
---|
22 | # test for missing class values |
---|
23 | # see weka.core.Capabilities.test(Instances,int,int) |
---|
24 | MissingClassValuesTest=true |
---|
25 | |
---|
26 | # test for minimum number of instances |
---|
27 | # see weka.core.Capabilities.test(Instances,int,int) |
---|
28 | MinimumNumberInstancesTest=true |
---|
Note: See
TracBrowser
for help on using the repository browser.