WeightedFusion

Fuses weighted data inputs together to return a weighted fused average.

Constructors

Link copied to clipboard
constructor(inputs: Array<DoubleSupplier>, weights: Array<Double>)
Construct a filter that fuses two weighted inputs together.

Functions

Link copied to clipboard
open fun getAsDouble(): Double
Calculate a fused weighted average of the inputs.