Home | History | Annotate | Download | only in vq

Lines Matching defs:cells

40    divide the training set up into cells representing roughly equal
98 FILE *cells;
100 cells=fopen(buff,"w");
144 fprintf(cells,"%g\n",spacings[i]);
145 fclose(cells);
350 FILE *cells;
351 sprintf(buff,"cells%d.m",v->it);
352 cells=fopen(buff,"w");
432 cells in a codebook to be roughly some minimum size (as with
494 fprintf(cells,"%g %g\n%g %g\n\n",
563 fclose(cells);