Uses of Class
deepnetts.util.DeepNettsException
Packages that use DeepNettsException
Package
Description
Data structures to store example data used for building machine learning models.
Various utility classes including Tensor, image operations, multithreading, exceptions etc.
-
Uses of DeepNettsException in deepnetts.data
Methods in deepnetts.data that throw DeepNettsExceptionModifier and TypeMethodDescriptionjavax.visrec.ml.data.DataSet
<ExampleImage> ImageSet.add
(ExampleImage exImage) Adds an example image that will be used to train deep learning model to this set.void
ImageSet.loadImages
(File imageIdxFile, int numOfImages) Loads specified number of example images with corresponding labels from the specified file.String[]
ImageSet.loadLabels
(File file) Loads and returns image labels to train neural network from the specified file.These labels will be used to label network's outputs.String[]
ImageSet.loadLabels
(String filePath) Loads and returns image labels to train neural network from the specified file. -
Uses of DeepNettsException in deepnetts.util
Methods in deepnetts.util that throw DeepNettsException