search for: kdnode

Displaying 2 results from an estimated 2 matches for "kdnode".

Did you mean: mdnode
2004 Aug 12
4
truly object oriented programming in R
...sible to implement the algorithm in R? My impression seems to indicate no as the code requires a complete class-object framework that R does not support. But is there an R package or something that may make it possible? Thanks in advance for your help. Java implementation of KD tree: public class Kdnode { private double[] center; //center of the bounding box private double diameter; //maximum distance from center to anywhere within the bounding box private int numOfPoints; //number of source data points in the bounding box private Kdnode left, ri...
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