tensortools.ncp_bcd(X, rank, random_state=None, init='rand', **options)¶Fits nonnegative CP Decomposition using the Block Coordinate Descent (BCD) Method.
| Parameters: |
|
|---|---|
| Returns: | result – Object which holds the fitted results. It provides the factor matrices
in form of a KTensor, |
| Return type: | FitResult instance |
Notes
This implemenation is using the Block Coordinate Descent Method.
References
Xu, Yangyang, and Wotao Yin. “A block coordinate descent method for regularized multiconvex optimization with applications to negative tensor factorization and completion.” SIAM Journal on imaging sciences 6.3 (2013): 1758-1789.
Examples