Skip to contents

Make a Transformation that replaces NaN values in Vec<TA> with uniformly distributed floats within bounds.

Usage

make_impute_uniform_float(input_domain, input_metric, bounds)

Arguments

input_domain

Domain of the input.

input_metric

Metric of the input.

bounds

Tuple of inclusive lower and upper bounds.

Value

Transformation

Details

make_impute_uniform_float in Rust documentation.

Supporting Elements:

  • Input Domain: VectorDomain<AtomDomain<TA>>

  • Output Domain: VectorDomain<AtomDomain<TA>>

  • Input Metric: M

  • Output Metric: M