hex
Class RowVecTask.Sampling

java.lang.Object
  extended by water.Iced
      extended by hex.RowVecTask.Sampling
All Implemented Interfaces:
java.lang.Cloneable, Freezable
Enclosing class:
RowVecTask

public static class RowVecTask.Sampling
extends Iced
implements java.lang.Cloneable


Constructor Summary
RowVecTask.Sampling(int offset, int step, boolean complement)
           
RowVecTask.Sampling(RowVecTask.Sampling other)
           
 
Method Summary
 RowVecTask.Sampling clone()
           
 double ratio()
           
 RowVecTask.Sampling reset()
           
 java.lang.String toString()
           
 
Methods inherited from class water.Iced
frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RowVecTask.Sampling

public RowVecTask.Sampling(int offset,
                           int step,
                           boolean complement)

RowVecTask.Sampling

public RowVecTask.Sampling(RowVecTask.Sampling other)
Method Detail

reset

public RowVecTask.Sampling reset()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

ratio

public double ratio()

clone

public RowVecTask.Sampling clone()
Overrides:
clone in class Iced