GestureRecognitionToolkit  Version: 1.0 Revision: 04-03-15
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
GRT::Random Member List

This is the complete list of members for GRT::Random, including all inherited members.

getRandomNumberGauss(double mu=0.0, double sigma=1.0)GRT::Randominline
getRandomNumberInt(int minRange, int maxRange)GRT::Randominline
getRandomNumberUniform(double minRange=0.0, double maxRange=1.0)GRT::Randominline
getRandomNumberWeighted(const vector< int > &values, const vector< double > &weights)GRT::Randominline
getRandomNumberWeighted(vector< IndexedDouble > weightedValues)GRT::Randominline
getRandomNumberWeighted(vector< IndexedDouble > &weightedValues, vector< double > &x)GRT::Randominline
getRandomSubset(const unsigned int startRange, const unsigned int endRange, const unsigned int subsetSize)GRT::Randominline
getRandomVectorGauss(UINT numDimensions, double mu=0.0, double sigma=1.0)GRT::Randominline
getRandomVectorUniform(UINT numDimensions, double minRange=0.0, double maxRange=1.0)GRT::Randominline
Random(unsigned long long seed=0)GRT::Randominline
setSeed(unsigned long long seed=0)GRT::Randominline
~Random()GRT::Randominline