ott.problems.nn.dataset.Dataset#

class ott.problems.nn.dataset.Dataset(source_iter, target_iter)[source]#

Samplers from source and target measures.

Parameters

Methods

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes

source_iter

Alias for field number 0

target_iter

Alias for field number 1