Skip to contents

Make a Transformation that converts the unbounded dataset metric MI to the respective bounded dataset metric with a no-op.

Usage

make_metric_bounded(input_domain, input_metric)

Arguments

input_domain

undocumented

input_metric

undocumented

Value

Transformation

Details

The constructor enforces that the input domain has known size, because it must have known size to be valid under a bounded dataset metric.

MIMI::BoundedMetric
SymmetricDistanceChangeOneDistance
InsertDeleteDistanceHammingDistance

make_metric_bounded in Rust documentation.

Supporting Elements:

  • Input Domain: D

  • Output Domain: D

  • Input Metric: MI

  • Output Metric: MI::BoundedMetric