Java weka.experiment ResultProducer fields, constructors, methods, implement or subclass

Example usage for Java weka.experiment ResultProducer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.experiment ResultProducer.

The text is from its open source code.

Method

StringgetCompatibilityState()
Gets a description of the internal settings of the result producer, sufficient for distinguishing a ResultProducer instance from another with different settings (ignoring those settings set through this interface).
String[]getKeyNames()
Gets the names of each of the key columns produced for a single run.
Object[]getKeyTypes()
Gets the data types of each of the key columns produced for a single run.
String[]getResultNames()
Gets the names of each of the result columns produced for a single run.
Object[]getResultTypes()
Gets the data types of each of the result columns produced for a single run.