search for: inculc

Displaying 1 result from an estimated 1 matches for "inculc".

Did you mean: inculco
2013 Apr 24
2
Distance matrices Combinations
...O PUT ALL THE POSSIBLE COMBINATIONS OF 75 DISTANCE MATRICES (BY TAKING 4 MATRICES, MORE COMMONLY 75C4), in the following equation. t<-as.matrix((MAT1)^2+(MAT2)^2+(MAT3)^2+(MAT4)^2+,upper=T,diag=T)) Then "1215450" values of "t"(one for each combination) should one by one be inculcated in the following loop(to calculate the "o" value) and in the end want those 10 combinations of distance matrices which have lowest "o" values. e <- vector("list", 124) w<-sqrt(t) mat1<-w for (i in 1:124){ r<-matrix(sort(mat1[i,],index.return=TRUE)$...