Package deepnetts.net.layers
Class Filters
java.lang.Object
deepnetts.net.layers.Filters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Filter
ofSize
(int size) Factory method that creates filter settings with specified size (using same size for filter width and height).static Filter
ofSize
(int width, int height) Factory method that creates a filter settings with specified width and height
-
Constructor Details
-
Filters
public Filters()
-
-
Method Details
-
ofSize
Factory method that creates filter settings with specified size (using same size for filter width and height).- Parameters:
size
- size of the filter (same width and height)- Returns:
- filter with specified size
-
ofSize
Factory method that creates a filter settings with specified width and height- Parameters:
width
- width of the filter (number of filter columns)height
- height of the filter (number of filter rows)- Returns:
- filter with specified size
-