@@ -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
-* @file GPHIKClassifierMex.cpp
-* @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.
+* @brief test MEX program for wrapping an OBJ::Examples class around a given feature and label matrix
@@ -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)