GestureRecognitionToolkit
Version: 0.2.5
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
|
This is the complete list of members for Random, including all inherited members.
getGauss(const Float &mu=0.0, const Float &sigma=1.0) | Random | |
getRandomNumberGauss(Float mu=0.0, Float sigma=1.0) | Random | |
getRandomNumberInt(int minRange, int maxRange) | Random | |
getRandomNumberUniform(Float minRange=0.0, Float maxRange=1.0) | Random | |
getRandomNumberWeighted(const Vector< int > &values, const VectorFloat &weights) | Random | |
getRandomNumberWeighted(Vector< IndexedDouble > weightedValues) | Random | |
getRandomNumberWeighted(Vector< IndexedDouble > &weightedValues, VectorFloat &x) | Random | |
getRandomSubset(const unsigned int startRange, const unsigned int endRange, const unsigned int subsetSize) | Random | |
getRandomVectorGauss(UINT numDimensions, Float mu=0.0, Float sigma=1.0) | Random | |
getRandomVectorUniform(UINT numDimensions, Float minRange=0.0, Float maxRange=1.0) | Random | |
getUniform(const Float &minRange=0.0, const Float &maxRange=1.0) | Random | |
Random(unsigned long long seed=0) | Random | |
setSeed(const unsigned long long seed=0) | Random | |
~Random() | Random |