Class ReplaceMissingNumericValuesAndIndicate
- java.lang.Object
-
- weka.filters.Filter
-
- weka.filters.SimpleFilter
-
- weka.filters.SimpleBatchFilter
-
- weka.filters.unsupervised.attribute.ReplaceMissingNumericValuesAndIndicate
-
- All Implemented Interfaces:
Serializable
,weka.core.CapabilitiesHandler
,weka.core.CapabilitiesIgnorer
,weka.core.CommandlineRunnable
,weka.core.OptionHandler
,weka.core.RevisionHandler
public class ReplaceMissingNumericValuesAndIndicate extends weka.filters.SimpleBatchFilter implements weka.core.OptionHandler
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReplaceMissingNumericValuesAndIndicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected weka.core.Instances
determineOutputFormat(weka.core.Instances inputFormat)
String
globalInfo()
protected void
imputeMedian(weka.core.Instances instances)
protected weka.core.Instances
process(weka.core.Instances instances)
protected void
searchMedian(weka.core.Instances instances)
-
Methods inherited from class weka.filters.SimpleBatchFilter
allowAccessToFullInputFormat, batchFinished, hasImmediateOutputFormat, input, input
-
Methods inherited from class weka.filters.Filter
batchFilterFile, bufferInput, copyValues, copyValues, debugTipText, doNotCheckCapabilitiesTipText, filterFile, flushInput, getCapabilities, getCapabilities, getCopyOfInputFormat, getDebug, getDoNotCheckCapabilities, getInputFormat, getOptions, getOutputFormat, getRevision, initInputLocators, initOutputLocators, inputFormatPeek, isFirstBatchDone, isNewBatch, isOutputFormatDefined, listOptions, main, makeCopies, makeCopy, mayRemoveInstanceAfterFirstBatchDone, numPendingOutput, output, outputFormatPeek, outputPeek, postExecution, preExecution, push, push, resetQueue, run, runFilter, setDebug, setDoNotCheckCapabilities, setOptions, setOutputFormat, testInputFormat, toString, useFilter, wekaStaticWrapper
-
-
-
-
Method Detail
-
globalInfo
public String globalInfo()
- Specified by:
globalInfo
in classweka.filters.SimpleFilter
-
determineOutputFormat
protected weka.core.Instances determineOutputFormat(weka.core.Instances inputFormat) throws Exception
- Specified by:
determineOutputFormat
in classweka.filters.SimpleFilter
- Throws:
Exception
-
searchMedian
protected void searchMedian(weka.core.Instances instances)
-
imputeMedian
protected void imputeMedian(weka.core.Instances instances)
-
-