Attachment¶
- class Attachment.CompoundAttachment(attachments, weight=1.0)[source]¶
Compound attachment measure. Can be used to combine different measures together
- class Attachment.EnergyAttachment(weight=1.0)[source]¶
Energy Distance between two sampled probability measures.
- class Attachment.L2NormAttachment(transform=None, scale=False, scale_settings=None, weight=1.0, **kwargs)[source]¶
- class Attachment.EuclideanPointwiseDistanceAttachment(weight=1.0)[source]¶
Euclidean pointwise distance between two measures.