Commit 6e06db71 authored by Davis King's avatar Davis King

Changed example so the cross validation comes out right.

parent 7fd3da34
......@@ -88,7 +88,7 @@ void make_simple_test_data (
{
for (long c = 0; c < images[i].nc(); ++c)
{
images[i][r][c] = put_in_range(0,255,images[i][r][c] + 50*rnd.get_random_gaussian());
images[i][r][c] = put_in_range(0,255,images[i][r][c] + 40*rnd.get_random_gaussian());
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment