MCPcopy Create free account

hub / github.com/NetManAIOps/OmniAnomaly / types & classes

Types & classes13 in github.com/NetManAIOps/OmniAnomaly

↓ 5 callersClassLambda
Wrapping arbitrary function into a neural network :class:`Module`. This class wraps an arbitrary function or lambda expression into a ne
omni_anomaly/vae.py:465
↓ 3 callersClassBatchSlidingWindow
Class for obtaining mini-batch iterators of sliding windows. Each mini-batch will have `batch_size` windows. If the final batch contain
omni_anomaly/utils.py:128
↓ 1 callersClassExpConfig
main.py:24
↓ 1 callersClassOmniAnomaly
omni_anomaly/model.py:17
↓ 1 callersClassPredictor
OmniAnomaly predictor. Args: model (OmniAnomaly): The :class:`OmniAnomaly` model instance. n_z (int or None): Number of `z`
omni_anomaly/prediction.py:15
↓ 1 callersClassSPOT
This class allows to run SPOT algorithm on univariate dataset (upper-bound) Attributes ---------- proba : float Detectio
omni_anomaly/spot.py:28
↓ 1 callersClassTfpDistribution
A wrapper class for `tfp.distributions.Distribution`
omni_anomaly/wrapper.py:9
↓ 1 callersClassTrainer
OmniAnomaly trainer. Args: model (OmniAnomaly): The :class:`OmniAnomaly` model instance. model_vs (str or tf.VariableScope):
omni_anomaly/training.py:19
↓ 1 callersClassVAE
A general implementation of variational auto-encoder as module. The variational auto-encoder ("Auto-Encoding Variational Bayes", Kingma,
omni_anomaly/vae.py:11
ClassRecurrentDistribution
A multi-variable distribution integrated with recurrent structure.
omni_anomaly/recurrent_distribution.py:6
ClassbiSPOT
This class allows to run biSPOT algorithm on univariate dataset (upper and lower bounds) Attributes ---------- proba : float
omni_anomaly/spot.py:507
ClassbidSPOT
This class allows to run DSPOT algorithm on univariate dataset (upper and lower bounds) Attributes ---------- proba : float
omni_anomaly/spot.py:1512
ClassdSPOT
This class allows to run DSPOT algorithm on univariate dataset (upper-bound) Attributes ---------- proba : float Detecti
omni_anomaly/spot.py:1039