Home | History | Annotate | Download | only in src

Lines Matching full:last_idx

1850             int last_idx;
1874 for( k = 0, last_idx = 0; k < tree_fn->data.seq->total; ++k )
2021 if( last_idx >= classifier->count + 1 )
2027 classifier->left[k] = -last_idx;
2028 classifier->alpha[last_idx++] = (float) fn->data.f;
2060 if( last_idx >= classifier->count + 1 )
2066 classifier->right[k] = -last_idx;
2067 classifier->alpha[last_idx++] = (float) fn->data.f;
2072 if( last_idx != classifier->count + 1 )