BoostedTreesQuantileStreamResourceFlush.Options

public static class BoostedTreesQuantileStreamResourceFlush.Options

Optional attributes for BoostedTreesQuantileStreamResourceFlush

Public Methods

BoostedTreesQuantileStreamResourceFlush.Options
generateQuantiles(Boolean generateQuantiles)

Inherited Methods

Public Methods

public BoostedTreesQuantileStreamResourceFlush.Options generateQuantiles (Boolean generateQuantiles)

Parameters
generateQuantiles bool; If True, the output will be the num_quantiles for each stream where the ith entry is the ith quantile of the input with an approximation error of epsilon. Duplicate values may be present. If False, the output will be the points in the histogram that we got which roughly translates to 1/epsilon boundaries and without any duplicates. Default to False.