dacapo.experiments.datasplits.datasets.graphstores

Submodules

Classes

GraphStoreConfig

Base class for graph store configurations. Each subclass of a

Package Contents

class dacapo.experiments.datasplits.datasets.graphstores.GraphStoreConfig

Base class for graph store configurations. Each subclass of a GraphStore should have a corresponding config class derived from GraphStoreConfig.

store_type

The type of graph store that is being configured.

Type:

class

verify()

A method to verify the validity of the configuration.

Notes

This class is used to create a configuration object for the graph store.