GestureRecognitionToolkit  Version: 0.2.0
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
LinearRegression.h File Reference

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...

Go to the source code of this file.

Classes

class  LinearRegression
 

Detailed Description

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.

Author
Nicholas Gillian ngill.nosp@m.ian@.nosp@m.media.nosp@m..mit.nosp@m..edu
Version
1.0

Definition in file LinearRegression.h.