hex
Class Trainer.OpenCL

java.lang.Object
  extended by hex.Trainer
      extended by hex.Trainer.OpenCL
Enclosing class:
Trainer

public static class Trainer.OpenCL
extends Trainer

GPU based trainer. Alpha code!


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

Constructor Detail

Trainer.OpenCL

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

layers

public Layer[] layers()
Specified by:
layers in class Trainer

start

public void start()
Specified by:
start in class Trainer

join

public void join()
Specified by:
join in class Trainer