- return name()

git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@633 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-11-07 19:25:09 +00:00
parent 31ec578944
commit 732f6b67f6
2 changed files with 12 additions and 5 deletions
+5
View File
@@ -37,6 +37,11 @@ public:
arma::mat up_pass(const arma::mat& hidden);
arma::mat down_pass(const arma::mat& visible);
std::string& name()
{
return m_name;
}
size_t id()
{
return m_id;