fixed RBM

git-svn-id: http://moon:8086/svn/software/trunk/projects/RBM@283 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2016-05-30 23:53:18 +00:00
parent 7fada2a227
commit f25f5b0dab
1096 changed files with 14 additions and 426765 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ public:
void setListener(DrawListener *pListener);
void drawAt(int x, int y, bool setColor);
void setData(const RowVectorXd& data);
const RowVectorXd& getData();
RowVectorXd& getData();
void clear();
//[/UserMethods]