int curY = col / patchesPerRow * ( patchHeight + patchBorder );
Vector column = data.viewColumn( col );
double col_max = column.maxValue();
double col_min = column.minValue();
// now reshape the column into the shape of the filter patch
// render the filter patch