Skip to content

yanivkarta/HyperShare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graph TD;
    HyperShare;
    HyperShare-->isomatrixpython;
    HyperShare-->isomatrixpython-->src;
    HyperShare-->isomatrixpython-->include;
    HyperShare-->isomatrixpython-->scripts;
    HyperShare-->isomatrixpython-->doc;
    HyperShare-->isomatrixpython-->lib;
    HyperShare-->isomatrixpython-->pred;

    

Loading

accuracy

[+] build:

cd isomatrixpython
mkdir build && cd build &&  cmake ../
make -j8 all
cp ../test.py .
#test python:
python3 ./test.py
#run unit tests: 

./isolation_mat_python_test

Successful execution will display the graph above once it's done

About

Hyperplane matrix open source

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published