Skip to content

Commit

Permalink
Removed junk
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Jan 30, 2012
1 parent 52334da commit e92461c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shogun/converter/KernelLocallyLinearEmbedding.cpp
Expand Up @@ -289,7 +289,6 @@ SGMatrix<int32_t> CKernelLocallyLinearEmbedding::get_neighborhood_matrix(SGMatri
{
int32_t i;
int32_t N = kernel_matrix.num_cols;
SG_PRINT("%d\n",N);

int32_t* neighborhood_matrix = SG_MALLOC(int32_t, N*k);

Expand Down

0 comments on commit e92461c

Please sign in to comment.