[mlpack] 269/324: Hierarchical model support
Barak A. Pearlmutter
barak+git at cs.nuim.ie
Sun Aug 17 08:22:17 UTC 2014
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to branch svn-trunk
in repository mlpack.
commit b8738a6c69d6b258ff219d8546b273816c87116d
Author: michaelfox99 <michaelfox99 at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date: Tue Aug 5 13:22:03 2014 +0000
Hierarchical model support
git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@16953 9d5b8971-822b-0410-80eb-d18c1038ef23
---
src/mlpack/core/util/save_restore_utility.hpp | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/src/mlpack/core/util/save_restore_utility.hpp b/src/mlpack/core/util/save_restore_utility.hpp
index f4674ae..1b878f8 100644
--- a/src/mlpack/core/util/save_restore_utility.hpp
+++ b/src/mlpack/core/util/save_restore_utility.hpp
@@ -52,7 +52,6 @@ class SaveRestoreUtility
* ReadFile reads an XML tree from a file.
*/
bool ReadFile(const std::string& filename);
- void ReadFile(xmlNode* n);
/**
* WriteFile writes the XML tree to a file.
@@ -130,6 +129,12 @@ class SaveRestoreUtility
* WriteFile creates XML tree recursively.
*/
void WriteFile(xmlNode* n);
+
+ /**
+ * ReadFile reads an XML tree recursively.
+ */
+ bool ReadFile(const std::string& filename);
+ void ReadFile(xmlNode* n);
};
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git
More information about the debian-science-commits
mailing list