HOG2
Variables
LogisticRegression.cpp File Reference
#include "LogisticRegression.h"
#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 LogisticRegression.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 20 of file LogisticRegression.cpp.

Referenced by LogisticRegression::load().

◆ VERSION

const float VERSION = 1.1
static