search for: maxdim

Displaying 6 results from an estimated 6 matches for "maxdim".

Did you mean: maxdims
2012 Jun 05
0
Memory leak during instantiation of a reference class?
...Mb) Ncells 921231 49.2 1476915 78.9 1166886 62.4 Vcells 792872 6.1 565291490 4312.9 690075184 5264.9 > load_data() Processing object: avg_anm_aud_lp ...... its a dataset...Dataset has ID83886080 Dataset has tid 50332028 Dataset has space id 67108866 Dataset has rank 3 Dataset has dims/maxdims: 501 62 297 / 501 62 297 501 62 297 Tidying name avg_anm_aud_lp .. to avg.anm.aud.lp ...Finished dataset Processing object: avg_anm_lp ...... its a dataset...Dataset has ID83886080 Dataset has tid 50332031 Dataset has space id 67108866 Dataset has rank 3 Dataset has dims/maxdims: 501...
2002 Sep 16
0
mosaicplot enhancements (PR#2023)
...NULL, sort = NULL, off = NULL, dir = NULL, > color = FALSE, shade = FALSE, margin = NULL, > cex.axis = 0.66, las = par("las"), 18,19c22,24 < mosaic.cell <- function(X, x1, y1, x2, y2, off, dir, color, lablevx, lablevy, < maxdim, currlev, label) --- > mosaic.cell <- function(X, x1, y1, x2, y2, srt.x, srt.y, > adj.x, adj.y, off, dir, color, lablevx, lablevy, > maxdim, currlev, label) 50c55 < srt=0, adj=.5, cex=.66, this.lab) --- > srt=s...
2018 Feb 16
0
Competing risks - calibration curve
...;, B=5) v #################################### #################################### # Calibration set.seed(717) cal<-calibrate(mod, method="boot", u=1, B=120, pr=FALSE, force=NULL, estimates=TRUE, bw=FALSE, aics=0, what="observed-predicted", tol=1e-12, maxdim=5) plot(cal, subtitles=FALSE) plot(cal) cal.km <- calibrate(mod, u=1, cmethod='KM', m=10, B=10, pr=FALSE) plot(cal.km) cal.hare = calibrate(mod, u=1, cmethod='hare', m=20, B=20) plot(cal.hare) ##################################### Regards Amalraj From: Raja, Dr. Edwin Amalraj S...
2013 Feb 04
1
Problem loading hdf5 file
*Hi everyone, I am a new subscriber, so I hope I'm posting in the right way. I need to load a hdf5 file, so I installed the hdf5 libraries ad the hdf5 R package; in downloaded a small sample file from the hdf5 website and I could correctly load it. But when I try to load my file: * require(hdf5) rm(list=ls()) ls() hdf5load("my_file.h5", verbosity=3) *I get this error message: *
2005 Feb 21
0
want to call R from aplatform written i strict ANSI C
...MILP_CALLS = milp_caller(SHAREX_PROB); /* NOTE: if(ni_g>0 OR nx_g>0) then w must be restructured. if(n_change>0 and we want to change TASK.NVAR in full GHA-search, then POP,HISTORY,w_in,START,IMPROVED,BEST must be restructured. GHA_SYS.SUMDIM and GHA_SYS.MAXDIM must be adjusted as well as TASK.DERIVABLES etc. */ compare_NVAR(SHAREX_PROB->n,*(TASK.NVAR),*(TASK.NVAR),"accelerator() 1"); memcpy(w_OUT,SHAREX_PROB->x,*(TASK.NVAR)*sizeof(double)); } /* end of accelerator() */ void gradient(DVECTOR w,int n_w,double Penalty,DVEC...
2005 Feb 25
0
Fwd: want to call R from aplatform written i strict ANSI C
...MILP_CALLS = milp_caller(SHAREX_PROB); /* NOTE: if(ni_g>0 OR nx_g>0) then w must be restructured. if(n_change>0 and we want to change TASK.NVAR in full GHA-search, then POP,HISTORY,w_in,START,IMPROVED,BEST must be restructured. GHA_SYS.SUMDIM and GHA_SYS.MAXDIM must be adjusted as well as TASK.DERIVABLES etc. */ compare_NVAR(SHAREX_PROB->n,*(TASK.NVAR),*(TASK.NVAR),"accelerator() 1"); memcpy(w_OUT,SHAREX_PROB->x,*(TASK.NVAR)*sizeof(double)); } /* end of accelerator() */ void gradient(DVECTOR w,int n_w,double Penalty,DVEC...