public class TimeSeriesTranslate extends AbstractTimeSeriesFilter
| Constructor and Description |
|---|
TimeSeriesTranslate() |
| Modifier and Type | Method and Description |
|---|---|
weka.core.Capabilities |
getCapabilities()
Returns the Capabilities of this filter.
|
String |
getRevision()
Returns the revision string.
|
String |
globalInfo()
Returns a string describing this classifier
|
static void |
main(String[] argv)
Main method for testing this class.
|
boolean |
setInputFormat(weka.core.Instances instanceInfo)
Sets the format of the input instances.
|
attributeIndicesTipText, batchFinished, fillWithMissingTipText, getAttributeIndices, getFillWithMissing, getInstanceRange, getInvertSelection, getOptions, input, inputOneTemporarily, instanceRangeTipText, invertSelectionTipText, listOptions, setAttributeIndices, setAttributeIndicesArray, setFillWithMissing, setInstanceRange, setInvertSelection, setOptionsbatchFilterFile, debugTipText, doNotCheckCapabilitiesTipText, filterFile, getCapabilities, getCopyOfInputFormat, getDebug, getDoNotCheckCapabilities, getOutputFormat, isFirstBatchDone, isNewBatch, isOutputFormatDefined, makeCopies, makeCopy, mayRemoveInstanceAfterFirstBatchDone, numPendingOutput, output, outputPeek, postExecution, preExecution, run, runFilter, setDebug, setDoNotCheckCapabilities, toString, useFilter, wekaStaticWrapperpublic String globalInfo()
public weka.core.Capabilities getCapabilities()
getCapabilities in interface weka.core.CapabilitiesHandlergetCapabilities in class weka.filters.FilterCapabilitiespublic boolean setInputFormat(weka.core.Instances instanceInfo)
throws Exception
setInputFormat in class AbstractTimeSeriesFilterinstanceInfo - an Instances object containing the input instance
structure (any instances contained in the object are ignored - only the
structure is required).weka.core.UnsupportedAttributeTypeException - if selected
attributes are not numeric or nominal.Exception - if the format couldn't be set successfullypublic String getRevision()
getRevision in interface weka.core.RevisionHandlergetRevision in class weka.filters.Filterpublic static void main(String[] argv)
argv - should contain arguments to the filter: use -h for helpCopyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.