Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Slayerxxx committed Nov 30, 2020
0 parents commit eb6f814
Show file tree
Hide file tree
Showing 312 changed files with 4,318 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
108 changes: 108 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
# Byte-compiled / optimized / DLL files
__pycache__/
.idea/
*.py[cod]
*$py.class

# Mac generated files
._*

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
Binary file added 1000_kmeans.model
Binary file not shown.
Binary file added 1000_patch_PCA_matrix.mat
Binary file not shown.
Binary file added 1000_patch_mean_matrix.mat
Binary file not shown.
Binary file added 15_2000_kmeans.model
Binary file not shown.
Binary file added 15_2000_patch_PCA_matrix.mat
Binary file not shown.
Binary file added 15_2000_patch_mean_matrix.mat
Binary file not shown.
Binary file added 1_2000_kmeans.model
Binary file not shown.
Binary file added 1_2000_patch_PCA_matrix.mat
Binary file not shown.
Binary file added 1_2000_patch_mean_matrix.mat
Binary file not shown.
Binary file added 2000_kmeans.model
Binary file not shown.
Binary file added 2000_patch_PCA_matrix.mat
Binary file not shown.
Binary file added 2000_patch_mean_matrix.mat
Binary file not shown.
Binary file added 2_2000_kmeans.model
Binary file not shown.
Binary file added 2_2000_patch_PCA_matrix.mat
Binary file not shown.
Binary file added 2_2000_patch_mean_matrix.mat
Binary file not shown.
Binary file added 3_2000_kmeans.model
Binary file not shown.
Binary file added 3_2000_patch_PCA_matrix.mat
Binary file not shown.
Binary file added 3_2000_patch_mean_matrix.mat
Binary file not shown.
Binary file added Comparison_Result.pdf
Binary file not shown.
Binary file added Comparison_result.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Filters/8x_Qfactor_coh2
Binary file not shown.
Binary file added Filters/8x_Qfactor_coh3
Binary file not shown.
Binary file added Filters/8x_Qfactor_str2
Binary file not shown.
Binary file added Filters/8x_Qfactor_str3
Binary file not shown.
Binary file added Filters/8x_filter2
Binary file not shown.
Binary file added Filters/8x_filter3
Binary file not shown.
Binary file added Filters/Ckmeans_Qfactor_coh2
Binary file not shown.
Binary file added Filters/Ckmeans_Qfactor_coh3
Binary file not shown.
Binary file added Filters/Ckmeans_Qfactor_str2
Binary file not shown.
Binary file added Filters/Ckmeans_Qfactor_str3
Binary file not shown.
Binary file added Filters/Ckmeans_filter2
Binary file not shown.
Binary file added Filters/Ckmeans_filter3
Binary file not shown.
Binary file added Filters/Qfactor_coh2
Binary file not shown.
Binary file added Filters/Qfactor_coh3
Binary file not shown.
Binary file added Filters/Qfactor_coh4
Binary file not shown.
Binary file added Filters/Qfactor_str2
Binary file not shown.
Binary file added Filters/Qfactor_str3
Binary file not shown.
Binary file added Filters/Qfactor_str4
Binary file not shown.
Binary file added Filters/filter2
Binary file not shown.
Binary file added Filters/filter3
Binary file not shown.
Binary file added Filters/filter4
Binary file not shown.
Binary file added Filters/kmeans_Qfactor_coh2
Binary file not shown.
Binary file added Filters/kmeans_Qfactor_str2
Binary file not shown.
Binary file added Filters/kmeans_filter2
Binary file not shown.
Binary file added Filters/no8x_Qfactor_coh2
Binary file not shown.
Binary file added Filters/no8x_Qfactor_coh3
Binary file not shown.
Binary file added Filters/no8x_Qfactor_str2
Binary file not shown.
Binary file added Filters/no8x_Qfactor_str3
Binary file not shown.
Binary file added Filters/no8x_filter2
Binary file not shown.
Binary file added Filters/no8x_filter3
Binary file not shown.
Loading

0 comments on commit eb6f814

Please sign in to comment.