public class HandWritingNeuralNetSANDIA extends Object implements gov.sandia.cognition.algorithm.IterativeAlgorithmListener
| Modifier and Type | Field and Description |
|---|---|
static String |
INPUT_LOCATION
Default location of inputs
|
static String |
OUTPUT_LOCATION
Default location of outputs
|
| Constructor and Description |
|---|
HandWritingNeuralNetSANDIA() |
| Modifier and Type | Method and Description |
|---|---|
void |
algorithmEnded(gov.sandia.cognition.algorithm.IterativeAlgorithm algorithm) |
void |
algorithmStarted(gov.sandia.cognition.algorithm.IterativeAlgorithm algorithm) |
static void |
main(String[] args) |
void |
stepEnded(gov.sandia.cognition.algorithm.IterativeAlgorithm algorithm) |
void |
stepStarted(gov.sandia.cognition.algorithm.IterativeAlgorithm algorithm) |
public static final String INPUT_LOCATION
public static final String OUTPUT_LOCATION
public HandWritingNeuralNetSANDIA() throws IOException
IOException - Load X input and y output from INPUT_LOCATION and
OUTPUT_LOCATIONpublic static void main(String[] args) throws IOException
IOExceptionpublic void algorithmStarted(gov.sandia.cognition.algorithm.IterativeAlgorithm algorithm)
algorithmStarted in interface gov.sandia.cognition.algorithm.IterativeAlgorithmListenerpublic void algorithmEnded(gov.sandia.cognition.algorithm.IterativeAlgorithm algorithm)
algorithmEnded in interface gov.sandia.cognition.algorithm.IterativeAlgorithmListenerpublic void stepStarted(gov.sandia.cognition.algorithm.IterativeAlgorithm algorithm)
stepStarted in interface gov.sandia.cognition.algorithm.IterativeAlgorithmListenerpublic void stepEnded(gov.sandia.cognition.algorithm.IterativeAlgorithm algorithm)
stepEnded in interface gov.sandia.cognition.algorithm.IterativeAlgorithmListener