
4 Nov
2012
4 Nov
'12
9:39 a.m.
Jeffrey Lee Hellrung, Jr. <jeffrey.hellrung <at> gmail.com> writes:
f) grid - dataset constructed by "multiplying" 2 datasets of the different sizes and types For people with a database background, "cross product" is the obvious name for this. Calling it anything else is silly.
Uh, this is Cartesian product [4], not a cross product [5], as far as I'm concerned. Cartesian product > grid > cross product.
Cartesian product is probably the right name, but it sounds too formal to me personally. I'd like this to be clear in "layman" terms. I think of grid dataset as nodes on a N dimensional grid, where each dimension represent a dataset we "multiplying". So each node of grid is sample in our grid dataset. Gennadiy