Lines Matching refs:values
137 // traverse the tree and scale all the node values
452 // compensate for missing values
745 const float* values = data->get_ord_responses(node);
750 double w = weights[idx]/*priors[values[i] > 0]*/;
751 double t = values[i];
983 // so we need to convert class labels to floating-point values
1038 // the target function values are recalculated for each of the trees
1055 float* values = (float*)(data->buf->data.ptr + data->buf->step);
1061 data->get_vectors( subsample_mask, values, missing, 0 );
1062 //data->get_vectors( 0, values, missing, 0 );
1071 _sample.data.fl = values;
1073 values += _sample.cols;