File: advanced.Rd

package info (click to toggle)
r-cran-nmf 0.23.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,344 kB
  • sloc: cpp: 680; ansic: 7; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 687 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
\name{advanced-NMF}
\alias{advanced-NMF}
\alias{which.best}
\title{Advanced Usage of the Package NMF}
\usage{
  which.best(object, FUN = deviance, ...)
}
\arguments{
  \item{object}{an NMF model fitted by multiple runs.}

  \item{FUN}{the function that computes the quantitative
  measure.}

  \item{...}{extra arguments passed to \code{FUN}.}
}
\description{
  The functions documented here provide advanced
  functionalities useful when developing within the
  framework implemented in the NMF package.

  \code{which.best} returns the index of the best fit in a
  list of NMF fit, according to some quantitative measure.
  The index of the fit with the lowest measure is returned.
}