We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ec0f0 commit 84ffaffCopy full SHA for 84ffaff
src/liblinear/linear.cpp
@@ -658,7 +658,7 @@ void Solver_MCSVM_CS::Solve(double *w)
658
{
659
int i, m, s;
660
int iter = 0;
661
- double *alpha = new double[l*nr_class];
+ double *alpha = new double[l*nr_class];
662
double *alpha_new = new double[nr_class];
663
int *index = new int[l];
664
double *QD = new double[l];
src/liblinear/linear.h
@@ -1,7 +1,7 @@
1
#ifndef _LIBLINEAR_H
2
#define _LIBLINEAR_H
3
4
-#define LIBLINEAR_VERSION 244
+#define LIBLINEAR_VERSION 245
5
6
#ifdef __cplusplus
7
extern "C" {
0 commit comments