cluster_collections.Vikhlinin06.__init__#

Vikhlinin06.__init__()[source]#

Initializes the cluster_collections.Collection instance.

Parameters:
  • data (str or pathlib.Path or pandas.DataFrame) – The parameter data for the collection. If provided as a str or a Path object, then the resulting path should point to a .csv file containing the relevant parameters. If a pandas.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 or pathlib.Path or dict) – The collection schema.