Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix doxygen descrition in the header of DataGenerator
  • Loading branch information
vigsterkr committed Aug 12, 2012
1 parent bebc04e commit cff8ff6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/shogun/features/DataGenerator.h
Expand Up @@ -68,11 +68,15 @@ class CDataGenerator: public CSGObject
float64_t d, float64_t angle,
SGMatrix<float64_t> target=SGMatrix<float64_t>());

/*
/** Produces samples of gaussians
* The functions produces m number of samples of each gaussians (n number) with
* the given dimension.
*
* @param m number of samples
* @param n number of gaussians
* @
* @param dim dimension of the multivariate normal distribution
* @return dim times (m*n) matrix with concatenated samples first m number
* of the first gaussian, m number of second etc.
*/
static SGMatrix<float64_t> generate_gaussians(index_t m, index_t n, index_t dim);

Expand Down

0 comments on commit cff8ff6

Please sign in to comment.