Skip to content

Commit

Permalink
Fixed KRR crasher
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed May 9, 2012
1 parent 191a0b1 commit 608f708
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/shogun/regression/KernelRidgeRegression.cpp
Expand Up @@ -81,8 +81,6 @@ bool CKernelRidgeRegression::train_machine_pinv(CFeatures* data)
clapack_dposv(CblasRowMajor,CblasUpper, n, 1, kernel_matrix.matrix, n,
m_alpha.vector, n);

SG_FREE(kernel_matrix.matrix);

return true;
}

Expand Down

0 comments on commit 608f708

Please sign in to comment.