Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Diagrams #533

Merged
merged 5 commits into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- `config.yml` for issue template
### Changed
- Bug report template modified
- Diagrams updated
- Document modified
- `README.md` modified
- Test system modified
Expand Down
6 changes: 3 additions & 3 deletions Document/Document.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
"metadata": {},
"source": [
"<div style=\"text-align:center;\">\n",
" <img src=\"../Otherfiles/block_diagram.jpg\" onerror='this.src=\"../images/block_diagram.jpg\"'>\n",
" <img src=\"../Otherfiles/block_diagram.jpg\" onerror='this.src=\"../images/block_diagram.jpg\"' width=\"700\">\n",
"</div>\n",
"<center><p style=\"text-align:center;\">Fig1. ConfusionMatrix Block Diagram</p></center>\n"
]
Expand Down Expand Up @@ -2634,7 +2634,7 @@
"metadata": {},
"source": [
"<div style=\"text-align:center;\">\n",
" <img src=\"../Otherfiles/recommendation_block_diagram.jpg\" onerror='this.src=\"../images/recommendation_block_diagram.jpg\"'>\n",
" <img src=\"../Otherfiles/recommendation_block_diagram.jpg\" onerror='this.src=\"../images/recommendation_block_diagram.jpg\"' width=\"400\">\n",
"</div>\n",
"<center><p style=\"text-align:center;\">Fig2. Parameter Recommender Block Diagram</p></center>"
]
Expand Down Expand Up @@ -2833,7 +2833,7 @@
"metadata": {},
"source": [
"<div style=\"text-align:center;\">\n",
" <img src=\"../Otherfiles/compare_block_diagram.jpg\" onerror='this.src=\"../images/compare_block_diagram.jpg\"'>\n",
" <img src=\"../Otherfiles/compare_block_diagram.jpg\" onerror='this.src=\"../images/compare_block_diagram.jpg\"' width=\"500\">\n",
"</div>\n",
"<center><p style=\"text-align:center;\">Fig3. Compare Block Diagram</p></center>"
]
Expand Down
Binary file modified Otherfiles/block_diagram.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Otherfiles/compare_block_diagram.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Otherfiles/recommendation_block_diagram.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ PyCM is the swiss-army knife of confusion matrices, targeted mainly at data scie
</p>

<div align="center">
<img src="https://github.com/sepandhaghighi/pycm/raw/master/Otherfiles/block_diagram.jpg">
<img src="https://github.com/sepandhaghighi/pycm/raw/master/Otherfiles/block_diagram.jpg" width="700">
<p>Fig1. ConfusionMatrix Block Diagram</p>
</div>

Expand Down
Loading