HW03: Small changes and zip removall

This commit is contained in:
Christos Choutouridis 2025-07-05 20:50:33 +03:00
parent 36dd4b3c5e
commit 7209681b34
4 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# Demo 3a: Non-recursive normalized cuts # Demo 3a: Non-recursive normalized cuts
# #
# author: Christos Choutouridis <cchoutou@ece.auth.gr> # author: Christos Choutouridis <cchoutou@ece.auth.gr>
# date: 06/07/2025 # date: 05/07/2025
# #
try: try:
# Testing requirements # Testing requirements

View File

@ -2,7 +2,7 @@
# Demo 3b: One-step recursive normalized cuts with Ncut metric # Demo 3b: One-step recursive normalized cuts with Ncut metric
# #
# author: Christos Choutouridis <cchoutou@ece.auth.gr> # author: Christos Choutouridis <cchoutou@ece.auth.gr>
# date: 06/07/2025 # date: 05/07/2025
# #
try: try:
from scipy.io import loadmat from scipy.io import loadmat

View File

@ -2,7 +2,7 @@
# Demo 3c: Recursive normalized cuts (full version) # Demo 3c: Recursive normalized cuts (full version)
# #
# author: Christos Choutouridis <cchoutou@ece.auth.gr> # author: Christos Choutouridis <cchoutou@ece.auth.gr>
# date: 06/07/2025 # date: 05/07/2025
# #
try: try:

Binary file not shown.