org.encog.neural.networks.training
Class TrainingStatusUtility

java.lang.Object
  extended by org.encog.neural.networks.training.TrainingStatusUtility

public class TrainingStatusUtility
extends Object

Report the status of Encog training to the cloud.


Constructor Summary
TrainingStatusUtility(EncogCloud cloud, Train train)
          Create a training status utility.
 
Method Summary
 void finish()
          Report that we are finished.
 void update()
          Perform an update.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrainingStatusUtility

public TrainingStatusUtility(EncogCloud cloud,
                             Train train)
Create a training status utility.

Parameters:
cloud - The cloud to report to.
train - The training object being used.
Method Detail

finish

public void finish()
Report that we are finished.


update

public void update()
Perform an update.



Copyright © 2011. All Rights Reserved.