public static class Trainer.MapReduce
extends Trainer
Distributed trainer. All tasks on a node update the same weights, like Threaded. Updates
between nodes are synchronized at regular intervals by exchanging messages between the
initiating machine and others. Requires input to be Frame.
Nested Class Summary
Nested classes/interfaces inherited from class hex.Trainer