maxfuse.model.Fusor.get_matching

Fusor.get_matching(order=None, target='pivot')[source]

Return a copy of the desired matching.

Parameters:
  • order (None or (1, 2) or (1, 2), default=None) – If (1, 2), then every cell in target arr1 has at least one match if (2, 1), then does the other way around, if None, then every cell in target arr1 and every cell in target arr2 both have at least one match

  • target ('pivot' or 'full_data') – If ‘pivot’, then only return matching on pivots, else return matching on all the data.

Returns:

A matching of format dict or list.