class edgeimpulse_api.models.anomaly_gmm_metadata.AnomalyGmmMetadata(
**data: Any
)
Config
The type of the None singleton.
covariances: List[List[List[float]]]
The type of the None singleton.
means: List[List[float]]
The type of the None singleton.
weights: List[float]
The type of the None singleton.
edgeimpulse_api.models.anomaly_gmm_metadata.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.anomaly_gmm_metadata.AnomalyGmmMetadata
edgeimpulse_api.models.anomaly_gmm_metadata.from_json(
json_str: str
) ‑> edgeimpulse_api.models.anomaly_gmm_metadata.AnomalyGmmMetadata
edgeimpulse_api.models.anomaly_gmm_metadata.to_dict(
self
)
edgeimpulse_api.models.anomaly_gmm_metadata.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.anomaly_gmm_metadata.to_str(
self
) ‑> str