search for: edgemax

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

2012 Sep 10
1
E-mail # 2 / attachments matrix test cases
...d.csv") testMaster1<-testMaster[order(testMaster[,1]),] test2Sorted1<-test2Sorted[order(test2Sorted[,1]),] Combinedat<-as.matrix(merge(testMaster1,test2Sorted1,by="X")) ?rownames(Combinedat)<-Combinedat[,1] Combinedat<-Combinedat[,-1] ?head(Combinedat,3) #????????????? edgeMax Kmeans firstEdge25 firstEdge50 FirstEdge.75 V1 #IMAGE:1010026 "3"???? "3"??? "1"???????? "1"???????? "3"????????? "2" #IMAGE:1010082 "1"???? "1"??? "2"???????? "2"???????? "1"????????? &qu...
2014 Mar 27
5
[LLVMdev] using just llvm/clang for building mips llvm
In case anyone is interested.... We don't need to compile llvm/clang using gcc anymore for the building of mips hosted llvm compilers. We build a linux mips hosted compiler starting with llvm/clang on x86 linux using the normal configure scripts and then can use that resulting compiler to build further llvm/clang native compilers on the mips linux host. The cross compiler and native