HOG2
Variables
LinearRegression.cpp File Reference
#include <math.h>
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <assert.h>
#include <string.h>
#include "LinearRegression.h"
#include "SwapEndian.h"
Include dependency graph for LinearRegression.cpp:

Go to the source code of this file.

Variables

static const float VERSION = 1.1
 
static const float MINVERSION = 1.0
 

Variable Documentation

◆ MINVERSION

const float MINVERSION = 1.0
static

Definition at line 21 of file LinearRegression.cpp.

Referenced by LinearRegression::load().

◆ VERSION

const float VERSION = 1.1
static