Bidimensional Gaussian Layer
open class BidimensionalGaussianLayer<P : Position2D<P>> @JvmOverloads constructor(baseline: Double = 0.0, val centerX: Double, val centerY: Double, norm: Double, sigmaX: Double, sigmaY: Double = sigmaX) : Layer<Double, P>
A Layer based on a 2D gaussian function and an optional baseline value.
Parameters
center X
x coord of the layer's center.
center Y
y coord of the layer's center.
Properties
Functions
Link copied to clipboard
fun <T, P : Position<out P>> Layer<T, P>.toGraphQLLayerSurrogate(posMapping: (List<Number>) -> P): LayerSurrogate<T, P>
Converts a it.unibo.alchemist.model.Layer to a LayerSurrogate.