Skip to content

Commit

Permalink
Removed junk from LLE
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Sep 25, 2011
1 parent 16e761a commit 75685b6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/shogun/preprocessor/LocallyLinearEmbedding.cpp
Expand Up @@ -453,7 +453,6 @@ void* CLocallyLinearEmbedding::run_linearreconstruction_thread(void* p)

SGMatrix<int32_t> CLocallyLinearEmbedding::get_neighborhood_matrix(SGMatrix<float64_t> distance_matrix)
{
CTime* time = new CTime(true);
int32_t t;
int32_t N = distance_matrix.num_rows;
// init matrix and heap to be used
Expand Down Expand Up @@ -508,9 +507,6 @@ SGMatrix<int32_t> CLocallyLinearEmbedding::get_neighborhood_matrix(SGMatrix<floa
delete heaps[t];
SG_FREE(heaps);

SG_PRINT("NEIGHBORS TOOK %fs", time->cur_time_diff());
delete time;

return SGMatrix<int32_t>(neighborhood_matrix,m_k,N);
}

Expand Down

0 comments on commit 75685b6

Please sign in to comment.