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

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

Introduction

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

The text is from its open source code.

Subclass

weka.attributeSelection.ASEvaluation has subclasses.
Click this link to see all its subclasses.

Method

voidbuildEvaluator(Instances data)
Generates a attribute evaluator.
ASEvaluationforName(String evaluatorName, String[] options)
Creates a new instance of an attribute/subset evaluator given it's class name and (optional) arguments to pass to it's setOptions method.