KO
|
EN
gitlite — search
Search
#python
#typescript
#cli
#llm
#hacktoberfest
#golang
#ai
#ai-agents
#nextjs
#esp32
#tui
#go
oddball_py3
★ 36
Open GitHub ↗
Python3 implementation of oddball
Download README (.md)
Explore Similar Repositories
COVID-19-3dprints
:
3d Print files for COVID 19
opg
:
Rust OpenAPI 3.0 docs generator
custom-bluetooth-dactyl-manuform
:
A custom, Cherry profile, Bluetooth, Dactyl Manuform Keyboard
weixin-archive-action
:
将微信文章保存为jpg和mht格式的github action
react-flip-countdown
:
DEPRECATED ⛔️ The React Flip Countdown Component.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
oddball_py3
?
Download (.md)
# oddball_py3 Python3 implementation of oddball This is the Python3 implementation of oddball. For more detail, you can see: Akoglu L., McGlohon M., Faloutsos C.(2010) oddBall: Spotting Anomalies in Weighted Graphs. ## Environments networkx (version: 2.1) numpy scikit_learn You can use the following command to download the environments directly. ``` pip install -r requirements.txt ``` ## Run The input is a weighted undirected graph which format is 'edge1 edge2 weight'. ### Options: --input: input file --output: output file --lof: Use LOF. 0: not use. 1: use. Default value is 0. --anomaly_type: Anomaly Type. 1:star_or_clique. 2:heavy_vicinity. 3:dominant_edge. You can use --help for more details. Here is a sample. ``` python main.py --input inputFile --output outputFile --lof 0 --anomaly_type 1 ``` ### Miscellaneous Hope you will like this repository and have fun. Don't forget a star, lol~