TELF.factorization.SymNMFk: Symmetric Non-negative Matrix Factorization with Automatic Model Determination#

SymNMFk is a Symmetric Non-negative Matrix Factorization module with the capability to do automatic model determination.

See example usage here

Available Functions#

SymNMFk.__init__([n_perturbs, n_iters, ...])

SymNMFk.fit(X, Ks[, name, note])

Module Contents#

© 2022. Triad National Security, LLC. All rights reserved. This program was produced under U.S. Government contract 89233218CNA000001 for Los Alamos National Laboratory (LANL), which is operated by Triad National Security, LLC for the U.S. Department of Energy/National Nuclear Security Administration. All rights in the program are reserved by Triad National Security, LLC, and the U.S. Department of Energy/National Nuclear Security Administration. The Government is granted for itself and others acting on its behalf a nonexclusive, paid-up, irrevocable worldwide license in this material to reproduce, prepare derivative works, distribute copies to the public, perform publicly and display publicly, and to permit others to do so.

class TELF.factorization.SymNMFk.SymNMFk(n_perturbs=20, n_iters=1000, epsilon=0.015, init_type='random', perturb_type='uniform', n_jobs=1, n_nodes=1, use_gpu=False, save_path='./', save_output=True, collect_output=False, verbose=False, nmf_verbose=False, perturb_verbose=False, transpose=False, nmf_method='newton', nmf_obj_params={}, graph_type='full', similarity_type='gaussian', nearest_neighbors=7, use_consensus_stopping=False, perturb_multiprocessing=False, calculate_pac=True, mask=None, pac_thresh=0, get_plot_data=False)[source]#

Bases: object

fit(X, Ks, name='SymNMFk', note='')[source]#