BidimensionalGaussianLayer

constructor(baseline: Double = 0.0, centerX: Double, centerY: Double, norm: Double, sigmaX: Double, sigmaY: Double = sigmaX)

Parameters

baseline

the baseline value added to the gaussian (default: 0.0)

norm

normalization (amplitude) factor of the gaussian function

sigmaX

standard deviation along the X axis

sigmaY

standard deviation along the Y axis (defaults to sigmaX)

Type Parameters

P

the position type