Java weka.classifiers.evaluation.output.prediction AbstractOutput fields, constructors, methods, implement or subclass

Example usage for Java weka.classifiers.evaluation.output.prediction AbstractOutput fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.classifiers.evaluation.output.prediction AbstractOutput.

The text is from its open source code.

Method

StringBuffergetBuffer()
Returns the current buffer.
voidsetAttributes(String value)
Sets the range of attributes to output.
voidsetBuffer(StringBuffer value)
Sets the buffer to use.
voidsetHeader(Instances value)
Sets the header of the dataset.