Home
last modified time | relevance | path

Searched refs:AnomalyMixtureARModel (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dar_model.py906 class AnomalyMixtureARModel(ARModel): class
933 AnomalyMixtureARModel.GAUSSIAN_ANOMALY,
934 AnomalyMixtureARModel.CAUCHY_ANOMALY]
936 super(AnomalyMixtureARModel, self).__init__(
957 prediction_ops_dict = super(AnomalyMixtureARModel, self).prediction_ops(
964 if self._anomaly_distribution == AnomalyMixtureARModel.GAUSSIAN_ANOMALY:
970 assert self._anomaly_distribution == AnomalyMixtureARModel.CAUCHY_ANOMALY
Dar_model_test.py212 anomaly_distribution=ar_model.AnomalyMixtureARModel.GAUSSIAN_ANOMALY)
219 anomaly_distribution=ar_model.AnomalyMixtureARModel.CAUCHY_ANOMALY)
Destimators.py354 anomaly_distribution = ar_model.AnomalyMixtureARModel.GAUSSIAN_ANOMALY
369 model = ar_model.AnomalyMixtureARModel(