Lines Matching refs:rows
35 " of fixed length rows (records) and columns (fields). If a partition"
46 " change between rows. High frequency cutoff rates, specified by"
107 "[w:window?Limit the number of training data rows used to induce the"
109 " integral number of complete rows.]#[window-size:=4M]"
537 size_t rows;
548 rows = tot / row;
603 for (i = 0; i < rows; i++)
610 n = rows;
661 sfprintf(sfstderr, "filter done -- %u rows\n", n);
704 for (i = 0; i < rows; i++)
1448 size_t rows;
1659 rows = m / row;
1660 if (filter(ip, &buf, &dat, pz, high, maxhigh, row, row * rows) == row)
1688 rows = n / row;
1689 state.window = rows * row;
1693 qsort(dat, rows, row, byrow);
1718 if (row = filter(ip, &buf, &dat, pz, high, maxhigh, row, row * rows))
1720 tot = row * rows;