Skip to content

Commit

Permalink
Update .gitignore and add K-Means with Bregman's Divergences.
Browse files Browse the repository at this point in the history
  • Loading branch information
micaelverissimo committed Dec 18, 2019
1 parent 5dda391 commit e2ccfaf
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,12 @@
# Compiled python
*.pyc

# Images
*.pdf
*.png

# Pickle Files
*.pickle

# IPython notebook checkpoints
*/.ipynb_checkpoints

# Result Folders
# Inputs and Result Folders
data_files/*
clustering_plots/*
Binary file added misc/bregman_divs_table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added python/__ini__.py
Empty file.
Empty file added python/cluster_algorithms.py
Empty file.

0 comments on commit e2ccfaf

Please sign in to comment.