cluster_collections.Collection.__init__#
- Collection.__init__(data, schema)[source]#
Initializes the
cluster_collections.Collectioninstance.- Parameters:
data (
strorpathlib.Pathorpandas.DataFrame) – The parameter data for the collection. If provided as astror aPathobject, then the resulting path should point to a.csvfile containing the relevant parameters. If apandas.DataFrameinstance is provided, then the instance should be a table containing each of the clusters in a column"name"and a float value for each subsequent parameter (column), which correspond (IN ORDER) with the arguments of the profile functions.schema (
strorpathlib.Pathordict) – The collection schema.