public static class
BoostedTreesQuantileStreamResourceFlush.Options
Optional attributes for BoostedTreesQuantileStreamResourceFlush
Public Methods
BoostedTreesQuantileStreamResourceFlush.Options |
generateQuantiles(Boolean generateQuantiles)
|
Inherited Methods
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
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. |
---|