-
Notifications
You must be signed in to change notification settings - Fork 285
Description
/grt/GRT/CoreModules/MLBase.cpp:262:30: error: no ‘GRT::Float GRT::MLBase::getMinChange() const’ member function declared in class ‘GRT::MLBase’
Float MLBase::getMinChange() const{
^~~~~
/home/ldd/project_computervision/grt/GRT/CoreModules/MLBase.cpp:316:42: error: no ‘bool GRT::MLBase::getRandomiseTrainingOrder() const’ member function declared in class ‘GRT::MLBase’
bool MLBase::getRandomiseTrainingOrder() const { return randomiseTrainingOrder; }
^~~~~
CMakeFiles/grt.dir/build.make:2150: recipe for target 'CMakeFiles/grt.dir/home/ldd/project_computervision/grt/GRT/CoreModules/MLBase.cpp.o' failed
make[2]: *** [CMakeFiles/grt.dir/home/ldd/project_computervision/grt/GRT/CoreModules/MLBase.cpp.o] Error 1
CMakeFiles/Makefile2:1597: recipe for target 'CMakeFiles/grt.dir/all' failed
make[1]: *** [CMakeFiles/grt.dir/all] Error 2
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2
have sovlved Float MLBase::getMinChange() const;
bool MLBase::getRandomiseTrainingOrder() const;
these two function was annotated