From: yeom Date: Sun, 1 Aug 2010 21:20:50 +0000 (+0000) Subject: changes. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1dfd1359fc578ed968db28fd4e1e8a4394671357;p=IRC.git changes. --- diff --git a/Robust/src/Benchmarks/oooJava/tracking/IDX.java b/Robust/src/Benchmarks/oooJava/tracking/IDX.java index c5d5ca95..0584e493 100644 --- a/Robust/src/Benchmarks/oooJava/tracking/IDX.java +++ b/Robust/src/Benchmarks/oooJava/tracking/IDX.java @@ -118,7 +118,7 @@ public class IDX { System.printI(44444444); for(int i=0; i"+r_sq); if (suppressR[i] > r_sq) { validCount++; } } + System.out.println("validCount="+validCount); k = 0; rows_si = validCount; @@ -1124,17 +1133,17 @@ public class TrackDemo { public void print3f() { // result validation - System.out.println(11111111); + /*System.out.println(11111111); for (int j = 0; j < this.N_FEA; j++) { System.out.println((int) (this.m_3f[0][j] * 10)); } System.printI(22222222); for (int j = 0; j < this.N_FEA; j++) { System.out.println((int) (this.m_3f[1][j] * 10)); - } + }*/ System.printI(33333333); for (int j = 0; j < this.N_FEA; j++) { - System.out.println((int) (this.m_3f[2][j] * 10)); + System.out.println("-- " + this.m_3f[0][j] + " " + this.m_3f[1][j] + " "+ this.m_3f[2][j]); } } @@ -1170,6 +1179,10 @@ public class TrackDemo { float[] Icur = getImage(); + // TODO + for(int tmpi = 0; tmpi < Icur.length; tmpi++) { + System.out.println(Icur[tmpi]); + } pnum = 16; // 30; range = getRows() / pnum; @@ -1219,7 +1232,7 @@ public class TrackDemo { IDX idx = new IDX(lda.N_FEA, i, c_range, data, c_rows, c_cols, r); idx.fSortIndices(); // validation - // idx.printInd(); + idx.printInd(); IDXarray[i]=idx; }