dlpy.image_embedding.ImageEmbeddingTable.show¶
-
ImageEmbeddingTable.
show
(n_image_pairs=5, randomize=False, figsize=None, where=None)¶ Display a grid of images for ImageEmbeddingTable
Parameters: - n_image_pairs : int, optional
Specifies the number of image pairs to be displayed. If nimage is greater than the maximum number of image pairs in the table, it will be set to this maximum number.
Note: Specifying a large value for n_image_pairs can lead to slow performance.- randomize : bool, optional
Specifies whether to randomly choose the images for display.
- figsize : int, optional
Specifies the size of the fig that contains the image.
- where : string, optional
Specifies the SAS Where clause for selecting images to be shown. One example is as follows: my_images.show(n_image_pairs=2, where=’_id_ eq 57’)