tfds.visualization.GraphVisualizerMetadataDict  |  TensorFlow Datasets (original) (raw)

tfds.visualization.GraphVisualizerMetadataDict

A tfds.core.Metadata object for metadata for visualizing graph datasets.

Inherits From: MetadataDict, Metadata

tfds.visualization.GraphVisualizerMetadataDict(
    edgelist_feature_name, *args, **kwargs
)

This metadata information is used by tfds.core.visualization.GraphVisualizer.

Methods

load_metadata

View source

load_metadata(
    data_dir
)

Restore the metadata.

save_metadata

View source

save_metadata(
    data_dir
)

Save the metadata.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-04-26 UTC.