org.jdmp.core.algorithm.basic
Class CreateHenon
- java.lang.Object
-
- org.jdmp.core.AbstractCoreObject
-
- org.jdmp.core.algorithm.AbstractAlgorithm
-
- org.jdmp.core.algorithm.basic.CreateHenon
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, Algorithm, HasAlgorithmMap, HasDataSetMap, HasVariableMap, Clearable, CoreObject, HasDescription, HasGUIObject, HasId, HasLabel
public class CreateHenon extends AbstractAlgorithm
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jdmp.core.algorithm.Algorithm
Algorithm.EdgeDirection
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringDESCRIPTIONstatic java.lang.StringINPUTLENGTHstatic java.lang.StringSAMPLECOUNTstatic java.lang.StringTARGETLENGTH-
Fields inherited from interface org.jdmp.core.algorithm.Algorithm
ALGORITHMARRAY, COMPRESSED, DECOMPRESSED, DIFFERENCE, DIMENSION, HASH, IGNORENAN, INPUT, PREDICTED, RMSE, SOURCE, TARGET, WEIGHT
-
-
Constructor Summary
Constructors Constructor and Description CreateHenon(Variable... variables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.util.Map<java.lang.String,java.lang.Object>calculateObjects(java.util.Map<java.lang.String,java.lang.Object> input)-
Methods inherited from class org.jdmp.core.algorithm.AbstractAlgorithm
addVariableKey, calculate, calculate, calculate, calculate, calculateObjects, calculateObjects, clear, getAlgorithmMap, getDataSetMap, getDescription, getEdgeDirection, getEdgeLabel, getId, getInputKeys, getLabel, getLabelObject, getOutputKeys, getVariableKeys, getVariableMap, setAlgorithm, setDescription, setEdgeDirection, setEdgeLabel, setId, setLabel, setVariable, setVariables, toString
-
Methods inherited from class org.jdmp.core.AbstractCoreObject
clone, fireValueChanged, getCoreObjectId, getGUIObject, showGUI
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.ujmp.core.interfaces.CoreObject
clone, getCoreObjectId
-
Methods inherited from interface org.ujmp.core.interfaces.HasGUIObject
fireValueChanged, getGUIObject, showGUI
-
-
-
-
Field Detail
-
DESCRIPTION
public static final java.lang.String DESCRIPTION
- See Also:
- Constant Field Values
-
SAMPLECOUNT
public static final java.lang.String SAMPLECOUNT
- See Also:
- Constant Field Values
-
INPUTLENGTH
public static final java.lang.String INPUTLENGTH
- See Also:
- Constant Field Values
-
TARGETLENGTH
public static final java.lang.String TARGETLENGTH
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CreateHenon
public CreateHenon(Variable... variables)
-
-
Method Detail
-
calculateObjects
public java.util.Map<java.lang.String,java.lang.Object> calculateObjects(java.util.Map<java.lang.String,java.lang.Object> input)
- Specified by:
calculateObjectsin interfaceAlgorithm- Overrides:
calculateObjectsin classAbstractAlgorithm
-
-
DataMelt 3.0 © DataMelt by jWork.ORG