|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.cilib.functions.Function net.sourceforge.cilib.functions.ContinuousFunction net.sourceforge.cilib.functions.continuous.FunctionDimensionMapping
public class FunctionDimensionMapping
TODO: Complete this javadoc.
Constructor Summary | |
---|---|
FunctionDimensionMapping()
Create an instance of FunctionDimensionMapping. |
Method Summary | |
---|---|
double |
evaluate(Vector x)
Evaluate the function with the given Vector as input. |
FunctionDimensionMapping |
getClone()
Create a cloned copy of the current object and return it. |
double |
getDataDimension()
Get the dimension of the data. |
double[][] |
getHigherDimensionDistanceMatrix()
|
double |
getNumber()
|
void |
setDataDimension(int dimension)
Set the dimension of the data. |
void |
setHigherDimensionDistanceMatrix(double[][] higherDimensionDistanceMatrix)
|
void |
setNumber(int number)
|
Methods inherited from class net.sourceforge.cilib.functions.ContinuousFunction |
---|
evaluate, getMaximum, getMinimum |
Methods inherited from class net.sourceforge.cilib.functions.Function |
---|
getBehavioralDomainRegistry, getDimension, getDomain, getDomainRegistry, setBehavioralDomain, setBehaviouralDomainRegistry, setDomain |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FunctionDimensionMapping()
Method Detail |
---|
public FunctionDimensionMapping getClone()
getClone
in interface Cloneable
getClone
in class ContinuousFunction
Object.clone()
public double evaluate(Vector x)
Vector
as input.
evaluate
in class ContinuousFunction
x
- The input Vector
.
public double getDataDimension()
public void setDataDimension(int dimension)
dimension
- The dimension to set.public double getNumber()
public void setNumber(int number)
number
- The number to set.public double[][] getHigherDimensionDistanceMatrix()
public void setHigherDimensionDistanceMatrix(double[][] higherDimensionDistanceMatrix)
higherDimensionDistanceMatrix
- The higherDimensionDistanceMatrix to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |