|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthex.Trainer
hex.Trainer.Base
hex.Trainer.Direct
public static class Trainer.Direct
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 |
| Field Summary | |
|---|---|
int |
samples
|
| Constructor Summary | |
|---|---|
Trainer.Direct(Layer[] ls,
Key job)
|
|
| Method Summary | |
|---|---|
void |
join()
|
Layer[] |
layers()
|
void |
run()
|
long |
samples()
|
void |
start()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int samples
| Constructor Detail |
|---|
public Trainer.Direct(Layer[] ls,
Key job)
| Method Detail |
|---|
public Layer[] layers()
layers in class Trainer.Basepublic void run()
public long samples()
samples in class Trainerpublic void start()
start in class Trainer.Basepublic void join()
join in class Trainer.Base
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||