Skip to content

Commit

Permalink
Updates and improvements in local_activation.spectral_parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
esantamariavazquez committed Jul 18, 2022
1 parent 3588879 commit 6ea910f
Show file tree
Hide file tree
Showing 21 changed files with 152 additions and 295 deletions.
File renamed without changes.
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
include LICENSE
include medusa/local_activation/computeLZC.dll
exclude graph_theory_TBD

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Check the following links to know more about the MEDUSA environment for neurotechnology and brain-computer interface (BCI) experiments:

- Website: https://www.medusabci.com/
- Documentation: https://www.medusabci.com/solutions/medusa-kernel/doc/
- Documentation: https://docs.www.medusabci.com/medusa-kernel/

Important: MEDUSA Kernel is under heavy development! It may change significantly in following versions

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import tensorflow as tf
import numpy as np
from medusa.graph_theory_TBD import degree
from medusa.graph_theory import degree

def __assort_gpu(W):
"""
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import tensorflow as tf
import numpy as np
from medusa.graph_theory_TBD import degree
from medusa.graph_theory import degree

def __density_gpu(W):
"""
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import numpy as np
from medusa.graph_theory_TBD import degree,modularity
from medusa.graph_theory import degree,modularity

def participation_coefficient(W):
"""
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 6ea910f

Please sign in to comment.