mdod 3.0.0__py3-none-any.whl → 3.0.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mdod-3.0.0.dist-info → mdod-3.0.1.dist-info}/METADATA +17 -9
- mdod-3.0.1.dist-info/RECORD +5 -0
- {mdod-3.0.0.dist-info → mdod-3.0.1.dist-info}/WHEEL +1 -1
- mdod-3.0.0.dist-info/RECORD +0 -5
- {mdod-3.0.0.dist-info → mdod-3.0.1.dist-info/licenses}/LICENSE.txt +0 -0
- {mdod-3.0.0.dist-info → mdod-3.0.1.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: mdod
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1
|
4
4
|
Summary: MDOD, Multi-Dimensional data Outlier Detection
|
5
5
|
Home-page: https://github.com/mddod/mdod
|
6
6
|
Author: Z Shen
|
@@ -12,22 +12,28 @@ Classifier: Programming Language :: Python
|
|
12
12
|
Classifier: Programming Language :: Python :: 3
|
13
13
|
Description-Content-Type: text/markdown
|
14
14
|
License-File: LICENSE.txt
|
15
|
+
Dynamic: author
|
16
|
+
Dynamic: author-email
|
17
|
+
Dynamic: classifier
|
18
|
+
Dynamic: description
|
19
|
+
Dynamic: description-content-type
|
20
|
+
Dynamic: home-page
|
21
|
+
Dynamic: license
|
22
|
+
Dynamic: license-file
|
23
|
+
Dynamic: summary
|
15
24
|
|
16
25
|
# mdod
|
17
|
-
|
18
26
|
MDOD, Multi-Dimensional data Outlier Detection
|
19
27
|
|
20
28
|
Python library for Multi-Dimensional data Outlier/Anomaly Detection algorithm.
|
21
29
|
|
22
|
-
# MDOD paper
|
23
|
-
|
24
|
-
MDOD paper is published in ICAIIC 2024 as title "Outlier Detect using Vector Cosine Similarity by Adding a Dimension"
|
30
|
+
# MDOD paper
|
31
|
+
MDOD paper is published in ICAIIC 2024 as title "Outlier Detect using Vector Cosine Similarity by Adding a Dimension"
|
25
32
|
|
26
33
|
https://doi.org/10.1109/ICAIIC60209.2024.10463442
|
27
34
|
|
28
35
|
# Installation:
|
29
|
-
|
30
|
-
pip install mdod
|
36
|
+
pip install mdod
|
31
37
|
|
32
38
|
or
|
33
39
|
|
@@ -38,8 +44,10 @@ cd mdod
|
|
38
44
|
python setup.py install
|
39
45
|
|
40
46
|
# usage example:
|
41
|
-
|
42
47
|
Please visit https://github.com/mddod/mdod, or https://mddod.github.io/
|
43
48
|
|
49
|
+
Please try testmdodmodelv3.py to see usage
|
44
50
|
|
51
|
+
python testmdodmodelv3.py
|
45
52
|
|
53
|
+
|
@@ -0,0 +1,5 @@
|
|
1
|
+
mdod-3.0.1.dist-info/licenses/LICENSE.txt,sha256=7ToR4JRGCu-ZhydtQcKP7V_h7tesBPP2RAoQM6lfwpk,1492
|
2
|
+
mdod-3.0.1.dist-info/METADATA,sha256=tYT8-1RHTgiLuuwYaGgpXDEoAWw4ydWMNAmd5yAHiYs,1321
|
3
|
+
mdod-3.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
4
|
+
mdod-3.0.1.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
5
|
+
mdod-3.0.1.dist-info/RECORD,,
|
mdod-3.0.0.dist-info/RECORD
DELETED
@@ -1,5 +0,0 @@
|
|
1
|
-
mdod-3.0.0.dist-info/LICENSE.txt,sha256=7ToR4JRGCu-ZhydtQcKP7V_h7tesBPP2RAoQM6lfwpk,1492
|
2
|
-
mdod-3.0.0.dist-info/METADATA,sha256=b3vwMKHC7RkQ7qtOC3eBzoosElrkCLb9J6CmoTnRCms,1055
|
3
|
-
mdod-3.0.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
4
|
-
mdod-3.0.0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
5
|
-
mdod-3.0.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|