cluster_collections.Collection#
- class cluster_collections.Collection(data, schema)[source]#
The
cluster_collections.Collection
class is the base class for all of the cluster collections.rst available in the CGP. Generally, this class should not be instantiated but rather the specific sub-class corresponding to the user’s desired database.Methods
__init__
(data, schema)Initializes the
cluster_collections.Collection
instance.items
()Returns the items of the collection.
keys
()Returns the keys of the collection.
values
()Returns the values of the collection.
Attributes
The collection authors (not the original source author)
The citation (bibtex) for the data source.
The name of the collection.
The profiles from the schema.
The original (source) authors.