Java weka.filters.supervised.attribute PLSFilter fields, constructors, methods, implement or subclass

Example usage for Java weka.filters.supervised.attribute PLSFilter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.filters.supervised.attribute PLSFilter.

The text is from its open source code.

Field

intALGORITHM_SIMPLS
the type of algorithm: SIMPLS
Tag[]TAGS_ALGORITHM
the types of algorithm
intPREPROCESSING_CENTER
the type of preprocessing: Center
Tag[]TAGS_PREPROCESSING
the types of preprocessing

Constructor

PLSFilter()
default constructor

Method

voidsetNumComponents(int value)
sets the maximum number of attributes to use.
voidsetOptions(String[] options)
Parses the options for this object.
voidsetPreprocessing(SelectedTag value)
Sets the type of preprocessing to use