Prism

Package

weka.classifiers.rules

Synopsis

Class for building and using a PRISM rule set for classification. Can only deal with nominal attributes. Can't deal with missing values. Doesn't do any pruning.

For more information, see

J. Cendrowska (1987). PRISM: An algorithm for inducing modular rules. International Journal of Man-Machine Studies. 27(4):349-370.

Options

The table below describes the options available for Prism.

Option

Description

debug

If set to true, classifier may output additional info to the console.

Capabilities

The table below describes the capabilites of Prism.

Capability

Supported

Class

Nominal class, Binary class, Missing class values

Attributes

Empty nominal attributes, Unary attributes, Nominal attributes, Binary attributes

Min # of instances

1