search for: splitinfo

Displaying 4 results from an estimated 4 matches for "splitinfo".

2004 Aug 12
4
truly object oriented programming in R
...le[][] leftPoints = new double[left_size][d]; double[][] rightPoints = new double[right_size][d]; int[][] leftSortedIndices = new int[d][left_size]; int[][] rightSortedIndices = new int[d][right_size]; int left_counter = 0, right_counter = 0; int[] splitInfo = new int [numOfPoints]; for(int i = 0; i < numOfPoints; i++) { if(points[i][split_dim] < splitValue) { for(int j=0; j<d; j++) leftPoints[left_counter][j] = points[i][j]; splitInfo[i] = right_counter; left_counter++; }...
2007 Dec 22
1
Ajax.Updater and JavaScript functions
...the Javascript inserted works fine. The problem I have is that if I call the Ajax.Updater again then the javascript in the second call does not seem to "refresh" that in the first call. The Javascript has something along the lines of : <script type="text/javascript"> splitInfo = function(splitNumber) { var splitJSON = <? echo json_encode($m_array); ?>; var latlng1 = new GLatLng(splitJSON.data[splitNumber].start_lat, splitJSON.data[splitNumber].start_lon); var latlng2 = new GLatLng(splitJSON.data[splitNumber].fin_lat, splitJSON.data[splitNumber].fin_lon)...
2018 Jan 24
1
Split brain directory
...luster 3.10.3. The effect consist of a specific file in this splitted directory to randomly be unavailable on some clients. I have gathered all the informations on this gist: https://gist.githubusercontent.com/lucagervasi/534e0024d349933eef44615fa8a5c374/raw/52ff8dd6a9cc8ba09b7f258aa85743d2854f9acc/splitinfo.txt I discovered the splitted directory by the extended attributes (lines 172,173, 291,292, trusted.afr.dirty=0x000000000000000000000000 trusted.afr.vol-video-client-13=0x000000000000000000000000 Seen on the bricks * /bricks/video/brick3/safe/video.mysite.it/htdocs/ su glusterserver05 (lines 278 r...
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