Applies clustering on reduced data, i.e. data where power is greater than threshold.
Parameters: | X : pd.Series or single-column pd.DataFrame max_num_clusters : int |
---|---|
Returns: | centroids : ndarray of int32s
|
Applies clustering on reduced data, i.e. data where power is greater than threshold.
Parameters: | X : pd.Series or single-column pd.DataFrame max_num_clusters : int |
---|---|
Returns: | centroids : ndarray of int32s
|
Finds steady states given a DataFrame of power
Parameters: | dataframe: pd.DataFrame with DateTimeIndex min_n_samples(int): number of samples to consider constituting a
stateThreshold: maximum difference between highest and lowest
noise_level: the level used to define significant
|
---|