Java weka.core.converters Saver fields, constructors, methods, implement or subclass

Example usage for Java weka.core.converters Saver fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.core.converters Saver.

The text is from its open source code.

Method

voidsetDestination(File file)
Resets the Saver object and sets the destination to be the supplied File object.
voidsetDestination(OutputStream output)
Resets the Saver object and sets the destination to be the supplied InputStream.
voidsetFile(File file)
Sets the output file
voidsetInstances(Instances instances)
Sets the instances to be saved
voidwriteBatch()
Writes to a destination in batch mode