@KFIgnore @GPCIgnore public class PreconstructedMissingValuesReplacer extends weka.filters.SimpleStreamFilter implements java.io.Serializable, PreconstructedFilter
Constructor and Description |
---|
PreconstructedMissingValuesReplacer(weka.core.Instances headerWithSummary)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
globalInfo() |
boolean |
isConstructed()
Returns true if this Preconstructed instance is initialized and ready to be
used
|
void |
resetPreconstructed()
Reset.
|
batchFilterFile, debugTipText, doNotCheckCapabilitiesTipText, filterFile, getCapabilities, getCapabilities, getCopyOfInputFormat, getDebug, getDoNotCheckCapabilities, getOptions, getOutputFormat, getRevision, isFirstBatchDone, isNewBatch, isOutputFormatDefined, listOptions, main, makeCopies, makeCopy, mayRemoveInstanceAfterFirstBatchDone, numPendingOutput, output, outputPeek, postExecution, preExecution, run, runFilter, setDebug, setDoNotCheckCapabilities, setOptions, toString, useFilter, wekaStaticWrapper
public PreconstructedMissingValuesReplacer(weka.core.Instances headerWithSummary) throws java.lang.Exception
headerWithSummary
- the header of the data that includes summary
attributesjava.lang.Exception
- if a problem occurspublic boolean isConstructed()
Preconstructed
isConstructed
in interface Preconstructed
public java.lang.String globalInfo()
globalInfo
in class weka.filters.SimpleFilter
public void resetPreconstructed()
Preconstructed
resetPreconstructed
in interface Preconstructed