cluster_collections.Ascasibar07.__init__#
- Ascasibar07.__init__()[source]#
Initializes the
cluster_collections.Collection
instance.- Parameters:
data (
str
orpathlib.Path
orpandas.DataFrame
) – The parameter data for the collection. If provided as astr
or aPath
object, then the resulting path should point to a.csv
file containing the relevant parameters. If apandas.DataFrame
instance 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 (
str
orpathlib.Path
ordict
) – The collection schema.