[mlpack-git] master: Hierarchical model support (167021f)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 21:56:11 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

>---------------------------------------------------------------

commit 167021f4bf0a5b6e78f3061748a69fd236b878cf
Author: michaelfox99 <michaelfox99 at gmail.com>
Date:   Tue Aug 5 13:22:03 2014 +0000

    Hierarchical model support


>---------------------------------------------------------------

167021f4bf0a5b6e78f3061748a69fd236b878cf
 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.
@@ -131,6 +130,12 @@ class SaveRestoreUtility
   */
   void WriteFile(xmlNode* n);
   
+  /**
+   * ReadFile reads an XML tree recursively.
+   */
+  bool ReadFile(const std::string& filename);
+  void ReadFile(xmlNode* n);
+    
 };
 
 //! Specialization for arma::vec.



More information about the mlpack-git mailing list