Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed root feature from G/ind
  • Loading branch information
lisitsyn committed Jul 8, 2012
1 parent c593061 commit 3da93b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/lib/IndexBlockTree.cpp
Expand Up @@ -155,7 +155,7 @@ CIndexBlockTree::CIndexBlockTree(SGMatrix<float64_t> adjacency_matrix) :
vector<int32_t> G;
vector<int32_t> ind_t;
int current_l_idx = 1;
for (int32_t i=0; i<n_features; i++)
for (int32_t i=1; i<n_features; i++)
{
if (nodes[i].n_desc > 0)
{
Expand Down

0 comments on commit 3da93b3

Please sign in to comment.