-1

I need Convex NMF to explore some dat asets in R. I can not find any Convex NMF implementation in packages: NMF, NMFgpu. Any idea how to search for it?

??cNMF
??convexNMF
>No results found

1 Answers1

1

Questions about recommendations for packages are off-topic for SO, but if I interpret this as how do I find ... ?, then the sos package is a good solution. It does a full-text search of all CRAN packages.

library("sos")
findFn("convex NMF")
Ben Bolker
  • 211,554
  • 25
  • 370
  • 453