Java weka.filters Filter fields, constructors, methods, implement or subclass

Example usage for Java weka.filters Filter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.filters Filter.

The text is from its open source code.

Subclass

weka.filters.Filter has subclasses.
Click this link to see all its subclasses.

Method

voidbatchFilterFile(Filter filter, String[] options)
Method for testing filters ability to process multiple batches.
booleanbatchFinished()
Signify that this batch of input to the filter is finished.
voidfilterFile(Filter filter, String[] options)
Method for testing filters.
InstancesgetOutputFormat()
Gets the format of the output instances.
booleaninput(Instance instance)
Input an instance for filtering.
FiltermakeCopy(Filter model)
Creates a deep copy of the given filter using serialization.
Instanceoutput()
Output an instance after filtering and remove from the output queue.
booleansetInputFormat(Instances instanceInfo)
Sets the format of the input instances.
StringtoString()
Returns a description of the filter, by default only the classname.
InstancesuseFilter(Instances data, Filter filter)
Filters an entire set of instances through a filter and returns the new set.