HOG2
|
#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"
Go to the source code of this file.
Variables | |
static const float | VERSION = 1.1 |
static const float | MINVERSION = 1.0 |
|
static |
Definition at line 20 of file LogisticRegression.cpp.
Referenced by LogisticRegression::load().
|
static |
Definition at line 19 of file LogisticRegression.cpp.
Referenced by LogisticRegression::load(), LogisticRegression::save(), and LogisticRegression::validSaveFile().