Java weka.attributeSelection Ranker fields, constructors, methods, implement or subclass

Example usage for Java weka.attributeSelection Ranker fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.attributeSelection Ranker.

The text is from its open source code.

Constructor

Ranker()
Constructor

Method

String[]getOptions()
Gets the current settings of ReliefFAttributeEval.
voidsetGenerateRanking(boolean doRank)
This is a dummy set method---Ranker is ONLY capable of producing a ranked list of attributes for attribute evaluators.
voidsetNumToSelect(int n)
Specify the number of attributes to select from the ranked list.
voidsetOptions(String[] options)
Parses a given list of options.
voidsetThreshold(double threshold)
Set the threshold by which the AttributeSelection module can discard attributes.