Skip to content

muayyad-alsadi/flowvis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlowVis

Visualize netflows using t-SNE

Input

Prepare you netflows in the form of CSV having the following columns

StartTime,Dur,Proto,SrcAddr,Sport,Dir,DstAddr,Dport,State,sTos,dTos,TotPkts,TotBytes,SrcBytes,Label

If you don't have labels put any thing as last column like NA or OTHER or None

You can use any file that have the above format like

Usage

python flowvis.py [pca|tsne] [id|tanh|range|std] inputfile.csv

we recommend using tsne and tanh (other methods are used for comparison)

python flowvis.py tsne tanh inputfile.csv

this would output resulted images and data.js which can be viewed using flowvis.html

Results

results

About

visualize netflows using t-SNE

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published