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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringCrossValidateAttributes()
Perform a cross validation for attribute selection.
StringCVResultsString()
returns a string summarizing the results of repeated attribute selection runs on splits of a dataset.
double[][]rankedAttributes()
get the final ranking of the attributes.
InstancesreduceDimensionality(Instances in)
reduce the dimensionality of a set of instances to include only those attributes chosen by the last run of attribute selection.
InstancereduceDimensionality(Instance in)
reduce the dimensionality of a single instance to include only those attributes chosen by the last run of attribute selection.
voidSelectAttributes(Instances data)
Perform attribute selection on the supplied training instances.
voidselectAttributesCVSplit(Instances split)
Select attributes for a split of the data.
int[]selectedAttributes()
get the final selected set of attributes.
voidsetEvaluator(ASEvaluation evaluator)
set the attribute/subset evaluator
voidsetFolds(int folds)
set the number of folds for cross validation
voidsetRanking(boolean r)
produce a ranking (if possible with the set search and evaluator)
voidsetSearch(ASSearch search)
set the search method
voidsetSeed(int s)
set the seed for use in cross validation
voidsetXval(boolean x)
do a cross validation
StringtoResultsString()
get a description of the attribute selection