hyperPipes: Class implementing a HyperPipe classifier.

URL:http://weka.sourceforge.net/doc.packages/hyperPipes
Author:Len Trigg and Lucio de Souza Coelho
Maintainer:Weka team <wekalist{[at]}list.scms.waikato.ac.nz>

Class implementing a HyperPipe classifier. For each category a HyperPipe is constructed that contains all points of that category (essentially records the attribute bounds observed for each category). Test instances are classified according to the category that "most contains the instance".
Does not handle numeric class, or missing values in test cases. Extremely simple algorithm, but has the advantage of being extremely fast, and works quite well when you have "smegloads" of attributes.

All available versions:
Latest
1.0.1
1.0.0