hex
Class Quantiles

java.lang.Object
  extended by water.Iced
      extended by hex.Quantiles
All Implemented Interfaces:
java.lang.Cloneable, Freezable

public class Quantiles
extends Iced


Nested Class Summary
static class Quantiles.QuantilesTask
           
 
Constructor Summary
Quantiles(Frame frm, Vec vec, double[] quantiles)
           
 
Method Summary
 
Methods inherited from class water.Iced
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Quantiles

public Quantiles(Frame frm,
                 Vec vec,
                 double[] quantiles)