hex
Class Layer.Input

java.lang.Object
  extended by water.Iced
      extended by hex.Layer
          extended by hex.Layer.Input
All Implemented Interfaces:
java.lang.Cloneable, Freezable
Direct Known Subclasses:
Layer.ChunksInput, Layer.VecsInput
Enclosing class:
Layer

public abstract static class Layer.Input
extends Layer


Nested Class Summary
 
Nested classes/interfaces inherited from class hex.Layer
Layer.ChunkLinear, Layer.ChunksInput, Layer.ChunkSoftmax, Layer.Input, Layer.Linear, Layer.Output, Layer.Rectifier, Layer.Softmax, Layer.Tanh, Layer.VecLinear, Layer.VecsInput, Layer.VecSoftmax
 
Field Summary
 
Fields inherited from class hex.Layer
_l2, _momentum, _momentumAnnealing, _perWeight, _perWeightAnnealing, _rate, _rateAnnealing, _units
 
Constructor Summary
Layer.Input(int units)
           
 
Method Summary
 void init(Layer[] ls, int index, boolean weights, long step)
           
 long move()
           
 
Methods inherited from class hex.Layer
anneal, clone, copyWeights, init, momentum
 
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, toString, wait, wait, wait
 

Constructor Detail

Layer.Input

public Layer.Input(int units)
Method Detail

init

public void init(Layer[] ls,
                 int index,
                 boolean weights,
                 long step)
Overrides:
init in class Layer

move

public final long move()