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

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

Introduction

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

The text is from its open source code.

Constructor

BestFirst()
Constructor

Method

int[]search(ASEvaluation ASEval, Instances data)
Searches the attribute subset space by best first search
voidsetLookupCacheSize(int size)
Set the maximum size of the evaluated subset cache (hashtable).
voidsetOptions(String[] options)
Parses a given list of options.