hex
Class Trainer.Direct

java.lang.Object
  extended by hex.Trainer
      extended by hex.Trainer.Base
          extended by hex.Trainer.Direct
Enclosing class:
Trainer

public static class Trainer.Direct
extends Trainer.Base

Trains NN on current thread.


Nested Class Summary
 
Nested classes/interfaces inherited from class hex.Trainer
Trainer.Base, Trainer.Direct, Trainer.MapReduce, Trainer.OpenCL, Trainer.Threaded
 
Constructor Summary
Trainer.Direct(Layer[] ls)
           
 
Method Summary
 long items()
           
 void join()
           
 Layer[] layers()
           
 void run()
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Trainer.Direct

public Trainer.Direct(Layer[] ls)
Method Detail

layers

public Layer[] layers()
Overrides:
layers in class Trainer.Base

run

public void run()

items

public long items()
Overrides:
items in class Trainer

start

public void start()
Overrides:
start in class Trainer.Base

join

public void join()
Overrides:
join in class Trainer.Base