Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 4 of 4 found.
[1] < 1 > [1]  Sort:

NMF : Algorithms and Framework for Nonnegative Matrix Factorization (NMF)

Package: NMF
Type: Package
Title: Algorithms and Framework for Nonnegative Matrix Factorization
(NMF)
Version: 0.20.6
Date: 2015-05-25
Author: Renaud Gaujoux, Cathal Seoighe
Maintainer: Renaud Gaujoux <renaud@tx.technion.ac.il>
Description: Provides a framework to perform Non-negative Matrix
Factorization (NMF). The package implements a set of already published algorithms
and seeding methods, and provides a framework to test, develop and plug
new/custom algorithms. Most of the built-in algorithms have been optimized
in C++, and the main interface function provides an easy way of performing
parallel computations on multicore machines.
License: GPL (>= 2)
URL: http://renozao.github.io/NMF
BugReports: http://github.com/renozao/NMF/issues
SCM: github:renozao, r-forge
LazyLoad: yes
VignetteBuilder: knitr
Depends: R (>= 3.0.0), methods, utils, pkgmaker (>= 0.20), registry,
rngtools (>= 1.2.3), cluster
Imports: graphics, stats, stringr (>= 1.0.0), digest, grid, grDevices,
gridBase, colorspace, RColorBrewer, foreach, doParallel,
ggplot2, reshape2
Suggests: RcppOctave (>= 0.11), fastICA, doMPI, bigmemory (>= 4.2),
synchronicity, corpcor, xtable, devtools, knitr, bibtex, RUnit,
mail, Biobase
Collate: 'rmatrix.R' 'nmf-package.R' 'utils.R' 'versions.R'
'algorithmic.R' 'options.R' 'grid.R' 'colorcode.R' 'atracks.R'
'aheatmap.R' 'NMF-class.R' 'transforms.R' 'Bioc-layer.R'
'NMFstd-class.R' 'NMFOffset-class.R' 'registry.R' 'heatmaps.R'
'NMFns-class.R' 'nmfModel.R' 'fixed-terms.R' 'NMFfit-class.R'
'NMFSet-class.R' 'NMFStrategy-class.R' 'NMFSeed-class.R'
'NMFStrategyFunction-class.R' 'NMFStrategyIterative-class.R'
'NMFStrategyOctave-class.R' 'NMFplots.R'
'registry-algorithms.R' 'algorithms-base.R'
'algorithms-brunet.R' 'algorithms-lnmf.R' 'algorithms-lsnmf.R'
'algorithms-pe-nmf.R' 'algorithms-siNMF.R' 'algorithms-snmf.R'
'data.R' 'extractFeatures.R' 'registry-seed.R' 'parallel.R'
'nmf.R' 'rnmf.R' 'run.R' 'seed-base.R' 'seed-ica.R'
'seed-nndsvd.R' 'setNMFClass.R' 'simulation.R' 'tests.R'
Packaged: 2015-05-25 21:34:47 UTC; renaud
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2015-05-26 08:12:33

● Data Source: CranContrib
26 images, 130 functions, 1 datasets
Reverse Depends: 2

pkgmaker : Package development utilities

Package: pkgmaker
Type: Package
Title: Package development utilities
Version: 0.22
Date: 2013-09-17
Author: Renaud Gaujoux
Maintainer: Renaud Gaujoux <renaud@tx.technion.ac.il>
Description: This package provides some low-level utilities to use for package
development. It currently provides managers for multiple package specific
options and registries, vignette, unit test and bibtex related utilities.
It serves as a base package for packages like NMF, RcppOctave, doRNG, and
as an incubator package for other general purposes utilities, that will
eventually be packaged separately.
It is still under heavy development and changes in the interface(s) are
more than likely to happen.
License: GPL (>= 2)
URL: https://renozao.github.io/pkgmaker
BugReports: http://github.com/renozao/pkgmaker/issues
SCM: github:renozao, r-forge
LazyLoad: yes
Depends: R (>= 3.0.0), stats, registry
Imports: methods, tools, codetools, digest, stringr, xtable, grDevices
Suggests: devtools (>= 0.8), bibtex, RUnit, testthat, knitr,
ReportingTools, hwriter, argparse
Collate: 'utils.R' 'logging.R' 'unitTests.R' 'data.R' 'namespace.R'
'devutils.R' 'package.R' 'options.R' 'is.R' 'registry.R'
'bibtex.R' 'packages.R' 'vignette.R' 'files.R'
'package-extra.R' 'colors.R' 'graphics.R' 'rd.R' 'project.R'
'CLI.R' 'knitr.R' 'repositories.R'
VignetteBuilder: knitr
Packaged: 2014-05-14 11:49:09 UTC; renaud
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-05-14 16:18:51

● Data Source: CranContrib
● 0 images, 76 functions, 1 datasets
Reverse Depends: 3

rrecsys : Environment for Assessing Recommender Systems

Package: rrecsys
Type: Package
Title: Environment for Assessing Recommender Systems
Version: 0.9.5.4
Date: 2016-06-26
Authors@R: c(person("Ludovik","Çoba", role=c("aut","cre","cph"), email="lcoba@unishk.edu.al"),
person("Markus","Zanker", role="ctb",email="Markuz.Zanker@aau.at"))
URL: https://github.com/ludovikcoba/rrecsys
BugReports: https://github.com/ludovikcoba/rrecsys/issues
Description: Provides implementations of several popular recommendation systems. They can process standard recommendation datasets (user/item matrix) as input and generate rating predictions and recommendation lists. Standard algorithm implementations included in this package are: Global/Item/User-Average baselines, Item-Based KNN, FunkSVD, BPR and weighted ALS. They can be assessed according to the standard offline evaluation methodology for recommender systems using measures such as MAE, RMSE, Precision, Recall, AUC, NDCG, RankScore and coverage measures. The package is intended for rapid prototyping of recommendation algorithms and education purposes.
Imports: methods
Depends: R (>= 3.1.2), registry, proxy, MASS, stats, knitr
License: GPL-3
VignetteBuilder: knitr
Encoding: UTF-8
Repository: CRAN
Suggests: covr
NeedsCompilation: no
Packaged: 2016-06-27 14:53:29 UTC; ludov
Author: Ludovik Çoba [aut, cre, cph],
Markus Zanker [ctb]
Maintainer: Ludovik Çoba <lcoba@unishk.edu.al>
Date/Publication: 2016-06-27 17:31:21

● Data Source: CranContrib
● 0 images, 20 functions, 1 datasets
● Reverse Depends: 0

recommenderlab : Lab for Developing and Testing Recommender Algorithms

Package: recommenderlab
Version: 0.2-0
Date: 2016-05-31
Title: Lab for Developing and Testing Recommender Algorithms
Authors@R: c(person("Michael", "Hahsler", role = c("aut", "cre", "cph"),
email = "mhahsler@lyle.smu.edu"))
Description: Provides a research infrastructure to test and develop
recommender algorithms including UBCF, IBCF, FunkSVD and association
rule-based algorithms.
Classification/ACM: G.4, H.2.8
Depends: R (>= 2.10.0), Matrix, arules, proxy, registry
Imports: methods, utils, stats, irlba
Suggests: ROCR, testthat
BugReports: https://github.com/mhahsler/recommenderlab/issues
URL: http://lyle.smu.edu/IDA/recommenderlab/
License: GPL-2
Copyright: (C) Michael Hahsler
NeedsCompilation: no
Packaged: 2016-06-01 12:57:20 UTC; hahsler
Author: Michael Hahsler [aut, cre, cph]
Maintainer: Michael Hahsler <mhahsler@lyle.smu.edu>
Repository: CRAN
Date/Publication: 2016-06-01 16:00:06

● Data Source: CranContrib
● 0 images, 22 functions, 3 datasets
Reverse Depends: 2