A B C D E F G H I L M N O P R S T

S

save(File) - Method in class neural.net.Network
Save the neural network to a file, this should be used after training is complete so that the Network can be reloaded and training will not need to be redone
save() - Method in class ocr.data.NetworkManager
Save Neural network to set file
save() - Method in class ocr.data.TrainingSetManager
Save the set of TrainingGrids to the already set File
saveAs(File) - Method in class ocr.data.NetworkManager
Save a Neural Network to a file
saveAs(File) - Method in class ocr.data.TrainingSetManager
Save the set of TrainingGrids
selected(int, int) - Method in class ocr.userinterface.GridPanel
To be used with Mouse Click, this will select/unselect an individual block
setCol(int) - Method in class ocr.info.Coordinate
Set the column for the coordinate
setEpochCount(int) - Method in class ocr.data.TrainingManager
Set the number of epochs to train
setGrid(Grid) - Method in class ocr.info.TrainingGrid
Set the Grid
setGrid(Grid) - Method in class ocr.userinterface.GridPanel
Set the grid to use
setLearningRate(double) - Method in class ocr.data.TrainingManager
Set the learning rate to use for training
setNetwork(Network) - Method in class ocr.data.TrainingManager
Set the Network to use for training
setRow(int) - Method in class ocr.info.Coordinate
Set the row for the coordinate
setTrainingSet(TrainingSetManager) - Method in class ocr.data.TrainingManager
Set the TrainingSet to use for training
setValue(Coordinate, boolean) - Method in class ocr.info.Grid
Set the value at a coordinate
setValue(char) - Method in class ocr.info.TrainingGrid
Set the expected value for the grid
setWeight(int, double) - Method in class neural.net.Neuron
Set a weight for one of the input values

A B C D E F G H I L M N O P R S T