GEP::Core::Common::Functions Class Reference

Holds some commonly used functions by other classes. More...

List of all members.

Static Public Member Functions

static float IntervalMapping (float sourceValue, float sourceLowerBound, float sourceUpperBound, float destinationLowerBound, float destinationUpperBound)
 Maps one interval to another. sourceValue is the mapped value.
static double Distance (float[] vector1, float[] vector2)
 Calculates the Euclidian distance between two vectors.
static double Distance (double[] vector1, double[] vector2)
 Calculates the Euclidian distance between two vectors.


Detailed Description

Holds some commonly used functions by other classes.

Definition at line 12 of file Functions.cs.


The documentation for this class was generated from the following file:
GEP .NET Framwork Main Page
SourceForge.net Logo