public abstract class AbstractCompressor extends AbstractAlgorithm implements Compressor
Algorithm.EdgeDirectionALGORITHMARRAY, COMPRESSED, DECOMPRESSED, DIFFERENCE, DIMENSION, HASH, IGNORENAN, INPUT, PREDICTED, RMSE, SOURCE, TARGET, WEIGHTDESCRIPTION| Constructor and Description |
|---|
AbstractCompressor() |
AbstractCompressor(String inputLabel) |
| Modifier and Type | Method and Description |
|---|---|
void |
compress(ListDataSet dataSet) |
void |
compress(Sample sample) |
void |
decompress(ListDataSet dataSet) |
void |
decompress(Sample sample) |
int |
getFeatureCount(ListDataSet dataSet) |
String |
getInputLabel() |
void |
setInputLabel(String inputLabel) |
addVariableKey, calculate, calculate, calculate, calculate, calculateObjects, calculateObjects, calculateObjects, clear, getAlgorithmMap, getDataSetMap, getDescription, getEdgeDirection, getEdgeLabel, getId, getInputKeys, getLabel, getLabelObject, getOutputKeys, getVariableKeys, getVariableMap, setAlgorithm, setDescription, setEdgeDirection, setEdgeLabel, setId, setLabel, setVariable, setVariables, toStringclone, fireValueChanged, getCoreObjectId, getGUIObject, showGUIequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompress, decompress, reset, trainclone, getCoreObjectIdfireValueChanged, getGUIObject, showGUIpublic AbstractCompressor(String inputLabel)
public AbstractCompressor()
public String getInputLabel()
public int getFeatureCount(ListDataSet dataSet)
public void setInputLabel(String inputLabel)
public void compress(ListDataSet dataSet)
compress in interface Compressorpublic final void compress(Sample sample)
compress in interface Compressorpublic void decompress(ListDataSet dataSet)
decompress in interface Compressorpublic final void decompress(Sample sample)
decompress in interface CompressorCopyright © 2015 Java Data Mining Package. All rights reserved.