public abstract class AbstractAlgorithm extends AbstractCoreObject implements Algorithm
Algorithm.EdgeDirectionALGORITHMARRAY, COMPRESSED, DECOMPRESSED, DIFFERENCE, DIMENSION, HASH, IGNORENAN, INPUT, PREDICTED, RMSE, SOURCE, TARGET, WEIGHTDESCRIPTION| Constructor and Description |
|---|
AbstractAlgorithm() |
clone, fireValueChanged, getCoreObjectId, getGUIObject, showGUIequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getCoreObjectIdfireValueChanged, getGUIObject, showGUIpublic final void setEdgeLabel(String key, String edgeLabel)
setEdgeLabel in interface Algorithmpublic final void addVariableKey(String key)
addVariableKey in interface Algorithmpublic final void setVariables(Variable... variables)
public final List<String> getVariableKeys()
getVariableKeys in interface Algorithmpublic final Object getLabelObject()
getLabelObject in interface HasLabelpublic final String getDescription()
getDescription in interface HasDescriptionpublic final void setDescription(String description)
setDescription in interface HasDescriptionpublic final void setEdgeDirection(String key, Algorithm.EdgeDirection direction)
setEdgeDirection in interface Algorithmpublic void setVariable(String index, Variable variable)
setVariable in interface Algorithmpublic final void setAlgorithm(String index, Algorithm a)
setAlgorithm in interface Algorithmpublic final List<String> getInputKeys()
getInputKeys in interface Algorithmpublic final List<String> getOutputKeys()
getOutputKeys in interface Algorithmpublic final Map<String,Object> calculateObjects(Object... input)
calculateObjects in interface Algorithmpublic final Map<String,Object> calculateObjects(List<Object> matrices)
calculateObjects in interface Algorithmpublic Map<String,Object> calculateObjects(Map<String,Object> objects)
calculateObjects in interface Algorithmpublic final Algorithm.EdgeDirection getEdgeDirection(String key)
getEdgeDirection in interface Algorithmpublic final VariableMap getVariableMap()
getVariableMap in interface HasVariableMappublic final ObservableMap<Algorithm> getAlgorithmMap()
getAlgorithmMap in interface HasAlgorithmMappublic final ObservableMap<ListDataSet> getDataSetMap()
getDataSetMap in interface HasDataSetMappublic final String getEdgeLabel(String key)
getEdgeLabel in interface Algorithmpublic final String toString()
toString in class AbstractCoreObjectCopyright © 2015 Java Data Mining Package. All rights reserved.