weka.core.Capabilities.props Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of weka-dev Show documentation
Show all versions of weka-dev Show documentation
The Waikato Environment for Knowledge Analysis (WEKA), a machine
learning workbench. This version represents the developer version, the
"bleeding edge" of development, you could say. New functionality gets added
to this version.
# The processing of Capabilities is managed with the properties stored
# in this file.
#
# author: Fracpete (fracpete at waikato dot ac dot nz)
# version: $Revision: 14509 $
# 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
# Capabilities defined by interfaces
WeightedInstancesHandlerInterfaceCapability=weka.core.WeightedInstancesHandler
WeightedAttributesHandlerInterfaceCapability=weka.core.WeightedAttributesHandler
RandomizableInterfaceCapability=weka.core.Randomizable
DrawableInterfaceCapability=weka.core.Drawable
PartitionGeneratorInterfaceCapability=weka.core.PartitionGenerator
UpdateableClassifierInterfaceCapability=weka.classifiers.UpdateableClassifier
UpdateableClustererInterfaceCapability=weka.clusterers.UpdateableClusterer
SourcableFilterInterfaceCapability=weka.filters.Sourcable
SourcableClassifierInterfaceCapability=weka.classifiers.Sourcable
StreamableFilterInterfaceCapability=weka.filters.StreamableFilter
UnsupervisedFilterInterfaceCapability=weka.filters.UnsupervisedFilter
SupervisedFilterInterfaceCapability=weka.filters.SupervisedFilter
© 2015 - 2024 Weber Informatics LLC | Privacy Policy