Skip to content

Commit 95210ae

Browse files
author
ceodspspectrum
committed
Merge branch 'main' of https://github.com/lanl/pyDNMFk into main
2 parents dec38c0 + db86b67 commit 95210ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ print('Estimated k with NMFk is ',nopt)
121121

122122
Alternately, you can also run from test folder in command line as:
123123
```bash
124-
mpirun -n 4 python main.py --p_r=2 --p_c=2 --process='pyDNMFk' --k=2 --fpath='../data/' --ftype='mat' --fname='swim' --init='rand' --itr=5000 --norm='kl' --method='mu' --results_path='../results/' --perturbations=20 --noise_var=0.015 --start_k=2 --end_k=18 --sill_thr=.6 --sampling='uniform'
124+
mpirun -n 4 python main.py --p_r=4 --p_c=1 --process='pyDNMFk' --fpath='../data/' --ftype='mat' --fname='swim' --init='nnsvd' --itr=5000 --norm='kl' --method='mu' --results_path='../results/' --perturbations=20 --noise_var=0.015 --start_k=2 --end_k=5 --sill_thr=.9 --sampling='uniform'
125125
```
126126

127127
See the resources for more use cases.

0 commit comments

Comments
 (0)