Remove

Package

weka.filters.unsupervised.attribute

Synopsis

An instance filter that removes a range of attributes from the dataset.

Options

The table below describes the options available for Remove.

Option

Description

attributeIndices

Specify range of attributes to act on. This is a comma separated list of attribute indices, with "first" and "last" valid values. Specify an inclusive range with "-". E.g: "first-3,5,6-10,last".

invertSelection

Determines whether action is to select or delete. If set to true, only the specified attributes will be kept; If set to false, specified attributes will be deleted.

Capabilities

The table below describes the capabilites of Remove.

Capability

Supported

Class

Empty nominal class, Binary class, Missing class values, String class, No class, Date class, Relational class, Numeric class, Unary class, Nominal class

Attributes

Numeric attributes, Relational attributes, Unary attributes, Missing values, Empty nominal attributes, Nominal attributes, String attributes, Binary attributes, Date attributes

Min # of instances

0