public class Center extends PotentialClassIgnorer implements UnsupervisedFilter, Sourcable
-unset-class-temporarily Unsets the class index temporarily before the filter is applied to the data. (default: no)
| Constructor and Description |
|---|
Center() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
batchFinished()
Signify that this batch of input to the filter is finished.
|
Capabilities |
getCapabilities()
Returns the Capabilities of this filter.
|
String |
getRevision()
Returns the revision string.
|
String |
globalInfo()
Returns a string describing this filter
|
boolean |
input(Instance instance)
Input an instance for filtering.
|
static void |
main(String[] args)
Main method for running this filter.
|
boolean |
setInputFormat(Instances instanceInfo)
Sets the format of the input instances.
|
String |
toSource(String className,
Instances data)
Returns a string that describes the filter as source.
|
getIgnoreClass, getOptions, getOutputFormat, ignoreClassTipText, listOptions, setIgnoreClass, setOptionsbatchFilterFile, filterFile, getCapabilities, isFirstBatchDone, isNewBatch, isOutputFormatDefined, makeCopies, makeCopy, mayRemoveInstanceAfterFirstBatchDone, numPendingOutput, output, outputPeek, runFilter, toString, useFilter, wekaStaticWrapperpublic String globalInfo()
public Capabilities getCapabilities()
getCapabilities in interface CapabilitiesHandlergetCapabilities in class FilterCapabilitiespublic boolean setInputFormat(Instances instanceInfo) throws Exception
setInputFormat in class PotentialClassIgnorerinstanceInfo - an Instances object containing the input
instance structure (any instances contained
in the object are ignored - only the structure
is required).Exception - if the input format can't be set successfullypublic boolean input(Instance instance)
input in class Filterinstance - the input instanceIllegalStateException - if no input format has been set.public boolean batchFinished()
batchFinished in class FilterIllegalStateException - if no input structure has been definedpublic String toSource(String className, Instances data) throws Exception
// converts one row
public static Object[] filter(Object[] i);
// converts a full dataset (first dimension is row index)
public static Object[][] filter(Object[][] i);
where the array i contains elements that are either
Double, String, with missing values represented as null. The generated
code is public domain and comes with no warranty.public String getRevision()
getRevision in interface RevisionHandlergetRevision in class Filterpublic static void main(String[] args)
args - should contain arguments to the filter: use -h for helpCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.