search for: significantvec

Displaying 3 results from an estimated 3 matches for "significantvec".

2012 May 07
0
R CMD check, interfacing c++ linking errors
...straps[i] = new int[l]; for(int j = 0; j<l;++j) { bootstraps[i][j] = members[j]; //Rprintf("id: %d\n",members[j]); } } double confnew = REAL(conf)[0]; int Nnode = LENGTH(VECTOR_ELT(bootClusters,0)); MTRand *R = new MTRand(long(443)); // Set random seed vector<bool> significantVec = vector<bool>(Nnode); findConfCore(treeMap,bootstraps,significantVec,confnew,R); vector<pair<int,int> > mergers; findConfModules(treeMap,bootstraps,significantVec,mergers,confnew); SEXP name = VECTOR_ELT(gdiag,0); SEXP links = VECTOR_ELT(gdiag,2); Rprintf("teve&q...
2012 May 08
0
R CMD check, c++ source linking errors
...tstraps[i] = new int[l]; for(int j = 0; j<l;++j) { bootstraps[i][j] = members[j]; //Rprintf("id: %d\n",members[j]); } } double confnew = REAL(conf)[0]; int Nnode = LENGTH(VECTOR_ELT(bootClusters,0)); MTRand *R = new MTRand(long(443)); // Set random seed vector<bool> significantVec = vector<bool>(Nnode); findConfCore(treeMap,bootstraps,significantVec,confnew,R); vector<pair<int,int> > mergers; findConfModules(treeMap,bootstraps,significantVec,mergers,confnew); SEXP name = VECTOR_ELT(gdiag,0); SEXP links = VECTOR_ELT(gdiag,2); Rprintf("teve&q...
2012 May 08
1
R CMD check linking errors, when interfacing c++
...tstraps[i] = new int[l]; for(int j = 0; j<l;++j) { bootstraps[i][j] = members[j]; //Rprintf("id: %d\n",members[j]); } } double confnew = REAL(conf)[0]; int Nnode = LENGTH(VECTOR_ELT(bootClusters,0)); MTRand *R = new MTRand(long(443)); // Set random seed vector<bool> significantVec = vector<bool>(Nnode); findConfCore(treeMap,bootstraps,significantVec,confnew,R); vector<pair<int,int> > mergers; findConfModules(treeMap,bootstraps,significantVec,mergers,confnew); SEXP name = VECTOR_ELT(gdiag,0); SEXP links = VECTOR_ELT(gdiag,2); Rprintf("teve&q...