Skip to content

Commit

Permalink
num_frames refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
yiitozer committed Mar 20, 2024
1 parent edf30ee commit f3edbee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libnmfd/core/nmfconv.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ def nmfd(V: np.ndarray,
fix_W: bool = False,
fix_H: bool = False,
num_bins: int = None, # TODO: Are these really needed?
num_frames: int = None,
**kwargs) -> Tuple[List[np.ndarray], np.ndarray, List[np.ndarray], np.ndarray, np.ndarray]:
"""Non-Negative Matrix Factor Deconvolution with Kullback-Leibler-Divergence and fixable components. The core
algorithm was proposed in [1], the specific adaptions are used in [2].
Expand Down

0 comments on commit f3edbee

Please sign in to comment.