TLD
Package
weka.classifiers.mi
Synopsis
Two-Level Distribution approach, changes the starting value of the searching algorithm, supplement the cut-off modification and check missing values.
For more information see:
Xin Xu (2003). Statistical learning in multiple instance problem. Hamilton, NZ.
Options
The table below describes the options available for TLD.
Option |
Description |
---|---|
debug |
If set to true, classifier may output additional info to the console. |
numRuns |
The number of runs to perform. |
seed |
The random number seed to be used. |
usingCutOff |
Whether to use an empirical cutoff. |
Capabilities
The table below describes the capabilites of TLD.
Capability |
Supported |
---|---|
Class |
Binary class, Missing class values |
Attributes |
Relational attributes, Nominal attributes, Empty nominal attributes, Missing values, Binary attributes, Unary attributes |
Other |
Only multi-Instance data |
Min # of instances |
1 |