source: src/main/java/weka/core/Capabilities.props @ 5

Last change on this file since 5 was 4, checked in by gnappo, 14 years ago

Import di weka.

File size: 826 bytes
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?
8Test=true
9
10# enable tests that are based on the data
11# see weka.core.Capabilities.test(Instances,int,int)
12InstancesTest=true
13
14# enable tests that work only on the type of attribute, not the data
15# see weka.core.Capabilities.test(Attribute,boolean)
16AttributeTest=true
17
18# test for missing values
19# see weka.core.Capabilities.test(Instances,int,int)
20MissingValuesTest=true
21
22# test for missing class values
23# see weka.core.Capabilities.test(Instances,int,int)
24MissingClassValuesTest=true
25
26# test for minimum number of instances
27# see weka.core.Capabilities.test(Instances,int,int)
28MinimumNumberInstancesTest=true
Note: See TracBrowser for help on using the repository browser.