Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetManAIOps/OmniAnomaly
/ types & classes
Types & classes
13 in github.com/NetManAIOps/OmniAnomaly
⨍
Functions
142
◇
Types & classes
13
↓ 5 callers
Class
Lambda
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 callers
Class
BatchSlidingWindow
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 callers
Class
ExpConfig
main.py:24
↓ 1 callers
Class
OmniAnomaly
omni_anomaly/model.py:17
↓ 1 callers
Class
Predictor
OmniAnomaly predictor. Args: model (OmniAnomaly): The :class:`OmniAnomaly` model instance. n_z (int or None): Number of `z`
omni_anomaly/prediction.py:15
↓ 1 callers
Class
SPOT
This class allows to run SPOT algorithm on univariate dataset (upper-bound) Attributes ---------- proba : float Detectio
omni_anomaly/spot.py:28
↓ 1 callers
Class
TfpDistribution
A wrapper class for `tfp.distributions.Distribution`
omni_anomaly/wrapper.py:9
↓ 1 callers
Class
Trainer
OmniAnomaly trainer. Args: model (OmniAnomaly): The :class:`OmniAnomaly` model instance. model_vs (str or tf.VariableScope):
omni_anomaly/training.py:19
↓ 1 callers
Class
VAE
A general implementation of variational auto-encoder as module. The variational auto-encoder ("Auto-Encoding Variational Bayes", Kingma,
omni_anomaly/vae.py:11
Class
RecurrentDistribution
A multi-variable distribution integrated with recurrent structure.
omni_anomaly/recurrent_distribution.py:6
Class
biSPOT
This class allows to run biSPOT algorithm on univariate dataset (upper and lower bounds) Attributes ---------- proba : float
omni_anomaly/spot.py:507
Class
bidSPOT
This class allows to run DSPOT algorithm on univariate dataset (upper and lower bounds) Attributes ---------- proba : float
omni_anomaly/spot.py:1512
Class
dSPOT
This class allows to run DSPOT algorithm on univariate dataset (upper-bound) Attributes ---------- proba : float Detecti
omni_anomaly/spot.py:1039