This commit is contained in:
tekhnofiend
2008-04-22 03:43:03 +00:00
parent 4f2a5b6a4a
commit 94606e8fbb
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -501,7 +501,7 @@ class KernelVectorMult {
/* Start recursion on the roots of either tree */
GNPRecursion_(query_tree_, reference_tree_,
MinNodeDistSq_(query_tree_, reference_tree_));
printf("queries_.n_rows() = %d\n", queries_.n_rows());
//printf("queries_.n_rows() = %d\n", queries_.n_rows());
la::Scale(1 / epan_kernel.CalcNormConstant(queries_.n_rows()), &weighted_sums_);
fx_timer_stop(module_, "dual_tree_computation");
+1
View File
@@ -29,6 +29,7 @@ int main(int argc, char *argv[]) {
SolveLinearSystem(references, right_hand_side_vec, bandwidth, sigma_squared, &solution);
//solution.PrintDebug("solution");
// Finalize FastExec and print output results.
fx_done();
+2 -2
View File
@@ -158,11 +158,11 @@ public:
// END FAST SUMMATION CODE
/*
printf("data.n_rows() = %d\ndata.n_cols() = %d\n",
data_.n_rows(),
data_.n_cols());
*/
/*
Vector K_i;