Skip to content
Snippets Groups Projects
Commit bf140b15 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Removed the heritage with the Machine class

parent 3aceabea
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
#ifndef BOB_LEARN_MISC_GAUSSIAN_H #ifndef BOB_LEARN_MISC_GAUSSIAN_H
#define BOB_LEARN_MISC_GAUSSIAN_H #define BOB_LEARN_MISC_GAUSSIAN_H
#include <bob.learn.misc/Machine.h>
#include <bob.io.base/HDF5File.h> #include <bob.io.base/HDF5File.h>
#include <blitz/array.h> #include <blitz/array.h>
#include <limits> #include <limits>
...@@ -19,7 +18,7 @@ namespace bob { namespace learn { namespace misc { ...@@ -19,7 +18,7 @@ namespace bob { namespace learn { namespace misc {
/** /**
* @brief This class implements a multivariate diagonal Gaussian distribution. * @brief This class implements a multivariate diagonal Gaussian distribution.
*/ */
class Gaussian: public Machine<blitz::Array<double,1>, double> class Gaussian
{ {
public: public:
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment