Displaying 2 results from an estimated 2 matches for "right_index".
Did you mean:
weight_index
2004 Aug 12
4
truly object oriented programming in R
...;d; j++) rightPoints[right_counter][j] = points[i][j];
splitInfo[i] = left_counter;
right_counter++;
}
}
// modify appropriately the indices to correspond to the new lists
for(int i = 0; i < d; i++) {
int left_index = 0, right_index = 0;
for(int j = 0; j < numOfPoints; j++) {
if(points[sortedIndices[i][j]][split_dim] < splitValue)
leftSortedIndices[i][left_index++] = sortedIndices[i][j] -
splitInfo[sortedIndices[i][j]];
else rightSortedIndices[i][right_index++] = sortedIndices[i][j]
- splitIn...
2004 Aug 12
9
Giving a first good impression of R to Social Scientists
Dear all,
in the coming Winter Semester, I will be a teaching assistant for a course
in Survival Analysis. My job will be to do the lab sessions. The software
used for these lab sessions will be R. Most of the students have a
background in social sciences and the only stats package they used so far is
most likely SPSS.
So I assume they might be quite surprised the first time they see R