GestureRecognitionToolkit
Version: 0.1.0
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
|
This class implements the Linear Regression algorithm. Linear Regression is a simple but effective regression algorithm that can map an N-dimensional signal to a 1-dimensional signal. More...
#include "../../CoreModules/Regressifier.h"
Go to the source code of this file.
Classes | |
class | LinearRegression |
This class implements the Linear Regression algorithm. Linear Regression is a simple but effective regression algorithm that can map an N-dimensional signal to a 1-dimensional signal.
Definition in file LinearRegression.h.