Home | History | Annotate | Download | only in src

Lines Matching refs:test_size

1782                 int test_size = testset_size;
1788 memcpy( samples_local, samples, sizeof(samples[0])*test_size*k );
1789 memcpy( samples_local + test_size*k, test_samples_ptr + test_size,
1792 memcpy( responses_local->data.ptr, responses->data.ptr, resp_elem_size*test_size*k );
1793 memcpy( responses_local->data.ptr + resp_elem_size*test_size*k,
1794 true_resp + resp_elem_size*test_size,
1799 test_size = last_testset_size;
1809 // Compute test set error on <test_size> samples
1811 for( i = 0; i < test_size; i++, true_resp += resp_elem_size, test_samples_ptr++ )