public class ConfigConvolve2D extends ConfigSpatial implements Configuration
SpatialConvolve2D for a more detailed description of variable names.| Modifier and Type | Field and Description |
|---|---|
int |
F
Number of kernels
|
HH, periodX, periodY, WW| Constructor and Description |
|---|
ConfigConvolve2D() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity()
Makes sure valid configurations are set
|
ConfigConvolve2D |
clone() |
int |
getTotalKernels()
Number of kernels which will be convolved across the input.
|
getPeriodX, getPeriodYpublic void checkValidity()
checkValidity in interface ConfigurationcheckValidity in class ConfigSpatialpublic int getTotalKernels()
public ConfigConvolve2D clone()
clone in class java.lang.Object