h2o.tabulate: Tabulation between Two Columns of an H2OFrame
Description
Simple Co-Occurrence based tabulation of X vs Y, where X and Y are two Vecs in a given dataset.
Uses histogram of given resolution in X and Y.
Handles numerical/categorical data and missing values. Supports observation weights.