capabilities.props

来自「矩阵的QR分解算法」· PROPS 代码 · 共 29 行

PROPS
29
字号
# The processing of Capabilities is managed with the properties stored# in this file.## author:  Fracpete (fracpete at waikato dot ac dot nz)# version: $Revision: 1.1 $# are Capabilities tests enabled at all?Test=true# enable tests that are based on the data # see weka.core.Capabilities.test(Instances,int,int)InstancesTest=true# enable tests that work only on the type of attribute, not the data# see weka.core.Capabilities.test(Attribute,boolean)AttributeTest=true# test for missing values# see weka.core.Capabilities.test(Instances,int,int)MissingValuesTest=true# test for missing class values# see weka.core.Capabilities.test(Instances,int,int)MissingClassValuesTest=true# test for minimum number of instances# see weka.core.Capabilities.test(Instances,int,int)MinimumNumberInstancesTest=true

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?