Package | Description |
---|---|
deepnetts.data |
Data structures to store example data used for building machine learning models.
|
deepnetts.util |
Various utility classes including Tensor, image operations, multithreading, exceptions etc.
|
Modifier and Type | Method and Description |
---|---|
ImageResize |
ImageSet.getResizeStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
ImageSet.setResizeStrategy(ImageResize resizeStrategy) |
Modifier and Type | Method and Description |
---|---|
static ImageResize |
ImageResize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageResize[] |
ImageResize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.