mirror of
https://github.com/nmap/nmap.git
synced 2026-01-30 10:09:03 +00:00
Update liblinear to 2.50
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#include <stdbool.h>
|
||||
#ifndef _LIBLINEAR_H
|
||||
#define _LIBLINEAR_H
|
||||
|
||||
#define LIBLINEAR_VERSION 247
|
||||
#define LIBLINEAR_VERSION 250
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -39,6 +40,7 @@ struct parameter
|
||||
double nu;
|
||||
double *init_sol;
|
||||
int regularize_bias;
|
||||
bool w_recalc; /* for -s 1, 3; may be extended to -s 12, 13, 21 */
|
||||
};
|
||||
|
||||
struct model
|
||||
|
||||
Reference in New Issue
Block a user