瀏覽代碼

doc update

Johannes Ruehle 11 年之前
父節點
當前提交
7e3e00e445

+ 3 - 4
features/simplefeatures/matlab/CodebookRandomForestMex.cpp

@@ -1,9 +1,8 @@
 #ifdef NICE_USELIB_MEX
 /** 
-* @file GPHIKRegressionMex.cpp
-* @author Alexander Freytag
-* @date 17-01-2014 (dd-mm-yyyy)
-* @brief Matlab-Interface of our GPHIKRegression, allowing for training, regression, optimization, variance prediction, incremental learning, and  storing/re-storing.
+* @author Johannes Ruehle
+* @date 25-04-2014
+* @brief Matlab-Interface for the Extremely randomized clustering forest ERC
 */
 
 // STL includes

+ 3 - 4
features/simplefeatures/matlab/testHelperDataConversionMex.cpp

@@ -1,9 +1,8 @@
 #ifdef NICE_USELIB_MEX
 /** 
-* @file GPHIKClassifierMex.cpp
-* @author Alexander Freytag
-* @date 07-01-2014 (dd-mm-yyyy)
-* @brief Matlab-Interface of our GPHIKClassifier, allowing for training, classification, optimization, variance prediction, incremental learning, and  storing/re-storing.
+* @author Johannes Ruehle
+* @date 25-04-2014
+* @brief test MEX program for wrapping an OBJ::Examples class around a given feature and label matrix 
 */
 
 // STL includes

+ 1 - 1
features/simplefeatures/matlab/unittestCodebookRandomForestMex.m

@@ -1,4 +1,4 @@
-% brief:    Unit testing of the NICE::MatlabConversion functions
+% brief:    Unit testing of the CodebookRandomForest functions (ERC)
 % author:   Johannes Ruehle
 % date:     11-04-2014 (dd-mm-yyyy)