dacapo.experiments.arraytypes.embedding

Module Contents

Classes

EmbeddingArray

A generic output of a model that could represent almost anything. Assumed to be

class dacapo.experiments.arraytypes.embedding.EmbeddingArray

A generic output of a model that could represent almost anything. Assumed to be float, interpolatable, and have sum number of channels.

property interpolatable: bool

This is an abstract method which should be overridden in each of the subclasses to determine if an array is interpolatable or not.

Returns:

True if the array is interpolatable, False otherwise.

Return type:

bool

embedding_dims: int