Home
last modified time | relevance | path

Searched refs:nmf (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/dports/math/R-cran-NMF/NMF/demo/
H A Dnmf.R11 res <- nmf(data.frame(x), 3)
46 try( nmf(x, 2, myfun) )
55 res <- nmf(x, y)
57 nmf.equal(nmf(x, y), res)
60 res <- nmf(x, 3)
69 res <- nmf(x, 2)
73 res <- nmf(x, 3, nrun=10)
86 res <- nmf(x, 2, 'nsNMF')
96 fit( nmf(x, 2, myfun) )
118 nmf(x, start.std)
[all …]
/dports/math/R-cran-NMF/NMF/inst/doc/
H A DNMF-vignette.R77 res <- nmf(esGolub, 3, meth, seed=123456)
111 res <- nmf(esGolub, 3)
175 res <- nmf(esGolub, 3, 'lee')
181 res <- nmf(esGolub, 3, 'ns', theta=0.7)
197 res <- nmf(esGolub, 3, seed='nndsvd')
203 res <- nmf(esGolub, 3, seed=123456)
221 res <- nmf(esGolub, 3, seed=init)
225 res.multirun <- nmf(esGolub, 3, nrun=5)
331 res <- nmf(esGolub, 3, .options='t')
396 nmf(V, 3, my.algorithm, scale.factor=10)
[all …]
/dports/math/R-cran-NMF/NMF/man/
H A Dnmf.equal.Rd2 \name{nmf.equal}
3 \alias{nmf.equal}
4 \alias{nmf.equal,list,list-method}
5 \alias{nmf.equal,list,missing-method}
6 \alias{nmf.equal-methods}
8 \alias{nmf.equal,NMFfit,NMF-method}
13 \alias{nmf.equal,NMF,NMF-method}
16 nmf.equal(x, y, ...)
27 \code{\link{nmf}}.}
31 \code{\link{nmf}}.}
[all …]
H A Dtypes.Rd1 \name{is.nmf}
4 \alias{is.empty.nmf}
5 \alias{is.nmf}
7 \alias{is.partial.nmf}
10 is.nmf(x)
12 is.empty.nmf(x, ...)
18 is.partial.nmf(x)
102 # is.nmf
105 is.nmf(1:4)
109 is.nmf( nmf(rmatrix(20,10), 3) )
[all …]
H A Doptions.Rd2 \alias{nmf.getOption}
3 \alias{nmf.options}
4 \alias{nmf.printOptions}
5 \alias{nmf.resetOptions}
9 nmf.options(...)
15 nmf.printOptions()
130 nmf.printOptions()
133 nmf.getOption('verbose')
138 nmf.printOptions()
141 nmf.resetOptions()
[all …]
H A DnmfWrapper.Rd14 values for any arguments of \code{\link{nmf}} or the
24 honoured and passed to the \code{nmf} call.
37 function \code{\link{nmf}} with a given NMF algorithm.
50 res <- nmf(x, 3, 'lee', seed=12345)
52 nmf.equal(res, res2)
54 nmf.equal(res, res3)
57 stopifnot(nmf.equal(res, res2))
58 stopifnot( !nmf.equal(res, res3))
63 nmf.equal(res, res4)
66 stopifnot(nmf.equal(res, res4))
[all …]
H A Dnmf.Rd2 \name{nmf}
3 \alias{nmf}
4 \alias{nmf,data.frame,ANY,ANY-method}
5 \alias{nmf,formula,ANY,ANY-method}
9 \alias{nmf,matrix,NMF,ANY-method}
17 \alias{nmf-methods}
20 nmf(x, rank, method, ...)
366 \code{nmf} calls.}
721 demo('nmf')
728 res <- nmf(x, 2)
[all …]
H A Dstop-NMF.Rd3 \alias{nmf.stop.connectivity}
4 \alias{nmf.stop.iteration}
5 \alias{nmf.stop.stationary}
6 \alias{nmf.stop.threshold}
12 nmf.stop.iteration(n)
14 nmf.stop.threshold(threshold)
16 nmf.stop.stationary(object, i, y, x,
21 nmf.stop.connectivity(object, i, y, x, stopconv = 40,
87 \code{nmf.stop.iteration} generates a function that
97 \code{nmf.stop.stationary}, but with the default
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/tools/tests/
H A Dcreate_nmf_test.py190 nmf = json.loads(nmf_utils.GetJson())
191 return nmf, nexes
219 nmf = json.loads(nmf_utils.GetJson())
222 return nmf, nexes
243 nmf = json.loads(nmf_utils.GetJson())
245 return nmf, pexes
266 nmf = json.loads(nmf_utils.GetJson())
268 return nmf, bcs
326 nmf, _ = self._CreateStatic()
354 nmf, _ = self._CreateStatic(self.arch_dir)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/config/nacl/
H A Drules.gni8 # Generate a nmf file
16 # nmf: the name and the path of the output file
17 # nmfflags: additional flags for the nmf generator
21 assert(defined(invoker.nmf), "Must define nmf")
31 "nmf",
57 outputs = [ nmf ]
134 # Generate a nmf file for Non-SFI tests
141 # nmf: the name and the path of the output file
145 assert(defined(invoker.nmf), "Must define nmf")
153 "nmf",
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/config/nacl/
H A Drules.gni7 # Generate a nmf file
15 # nmf: the name and the path of the output file
16 # nmfflags: additional flags for the nmf generator
20 assert(defined(invoker.nmf), "Must define nmf")
29 "nmf",
55 outputs = [ nmf ]
132 # Generate a nmf file for Non-SFI tests
139 # nmf: the name and the path of the output file
143 assert(defined(invoker.nmf), "Must define nmf")
151 "nmf",
[all …]
/dports/lang/v8/v8-9.6.180.12/build/config/nacl/
H A Drules.gni7 # Generate a nmf file
15 # nmf: the name and the path of the output file
16 # nmfflags: additional flags for the nmf generator
20 assert(defined(invoker.nmf), "Must define nmf")
29 "nmf",
55 outputs = [ nmf ]
132 # Generate a nmf file for Non-SFI tests
139 # nmf: the name and the path of the output file
143 assert(defined(invoker.nmf), "Must define nmf")
151 "nmf",
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/config/nacl/
H A Drules.gni7 # Generate a nmf file
15 # nmf: the name and the path of the output file
16 # nmfflags: additional flags for the nmf generator
20 assert(defined(invoker.nmf), "Must define nmf")
29 "nmf",
55 outputs = [ nmf ]
132 # Generate a nmf file for Non-SFI tests
139 # nmf: the name and the path of the output file
143 assert(defined(invoker.nmf), "Must define nmf")
151 "nmf",
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/build/config/nacl/
H A Drules.gni8 # Generate a nmf file
16 # nmf: the name and the path of the output file
17 # nmfflags: additional flags for the nmf generator
21 assert(defined(invoker.nmf), "Must define nmf")
30 "nmf",
59 nmf,
133 # Generate a nmf file for Non-SFI tests
140 # nmf: the name and the path of the output file
144 assert(defined(invoker.nmf), "Must define nmf")
152 "nmf",
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/build/config/nacl/
H A Drules.gni8 # Generate a nmf file
16 # nmf: the name and the path of the output file
17 # nmfflags: additional flags for the nmf generator
21 assert(defined(invoker.nmf), "Must define nmf")
30 "nmf",
59 nmf,
133 # Generate a nmf file for Non-SFI tests
140 # nmf: the name and the path of the output file
144 assert(defined(invoker.nmf), "Must define nmf")
152 "nmf",
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/build/config/nacl/
H A Drules.gni8 # Generate a nmf file
16 # nmf: the name and the path of the output file
17 # nmfflags: additional flags for the nmf generator
21 assert(defined(invoker.nmf), "Must define nmf")
30 "nmf",
59 nmf,
133 # Generate a nmf file for Non-SFI tests
140 # nmf: the name and the path of the output file
144 assert(defined(invoker.nmf), "Must define nmf")
152 "nmf",
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/build/config/nacl/
H A Drules.gni8 # Generate a nmf file
16 # nmf: the name and the path of the output file
17 # nmfflags: additional flags for the nmf generator
21 assert(defined(invoker.nmf), "Must define nmf")
30 "nmf",
59 nmf,
133 # Generate a nmf file for Non-SFI tests
140 # nmf: the name and the path of the output file
144 assert(defined(invoker.nmf), "Must define nmf")
152 "nmf",
[all …]
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/tests/
H A Dnmf_test.cpp38 AMF<> nmf; variable
39 nmf.Apply(v, r, w, h);
61 nmf.Apply(v, r, w, h);
90 nmf.Apply(v, r, w, h);
119 nmf(srt);
120 nmf.Apply(v, r, w, h);
167 nmf.Apply(v, r, w, h);
255 AMF<> nmf; variable
256 nmf.Apply(v, r, w, h);
278 nmf.Apply(v, r, w, h);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/tools/
H A Dcreate_html.py109 nmf = None
125 nmf = filename
135 if not nmf:
136 nmf = os.path.splitext(htmlfile)[0] + '.nmf'
137 Log('creating nmf: %s' % nmf)
139 staging = os.path.dirname(nmf)
142 cmd = [create_nmf, '-s', staging, '-o', nmf] + filenames
158 args['nmf'] = os.path.basename(nmf)
/dports/math/R-cran-NMF/NMF/
H A DNAMESPACE88 export(is.empty.nmf)
90 export(is.nmf)
91 export(is.partial.nmf)
107 export(nmf)
108 export(nmf.equal)
109 export(nmf.getOption)
110 export(nmf.options)
111 export(nmf.printOptions)
112 export(nmf.resetOptions)
114 export(nmf.stop.iteration)
[all …]
H A DMD521 ff9c9ac7006e8ef914ddb1d883316cbb *R/algorithms-pe-nmf.R
31 3f09bbebf53f4126bce5fb67619b7927 *R/nmf-package.R
32 7e5fa44893c20470a8291ffdb6037aba *R/nmf.R
58 51502b8ceeab50a22383047790cc5ab6 *demo/nmf.R
71 2ddd66952fd73b17a522c746eeeab2fc *man/KL-nmf.Rd
91 8b66c7ab49c34b0e5df0c652d45d437f *man/SNMF-nmf.Rd
130 42c4702adb4bd8432e51b7f0d2aab9be *man/lsNMF-nmf.Rd
134 19f76aab8149640578ca6fc8f2f31d72 *man/nmf.Rd
135 b5a35acf90da3f5d014c3686d234368d *man/nmf.equal.Rd
149 f481c5f6107309c849530b83206f18f2 *man/nsNMF-nmf.Rd
[all …]
/dports/textproc/py-gensim/gensim-4.0.1/gensim/test/
H A Dtest_nmf.py19 from gensim.models import nmf
26 self.model = nmf.Nmf(
36 model_1 = nmf.Nmf(
45 model_2 = nmf.Nmf(
63 model_1 = nmf.Nmf(
71 model_2 = nmf.Nmf(
161 model2 = nmf.Nmf.load(fname)
172 model2 = nmf.Nmf.load(fname, mmap='r')
184 self.assertRaises(IOError, nmf.Nmf.load, fname, mmap='r')
195 model = nmf.Nmf.load(nmf_fname)
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/decomposition/tests/
H A Dtest_nmf.py71 nmf._initialize_nmf(-A, 2, "nndsvd")
84 nmf._initialize_nmf(A, 3, init)
93 W, H = nmf._initialize_nmf(A, 10, init="nndsvd")
399 WH = nmf._special_sparse_dot(W, H, X)
541 regul = nmf.NMF(
549 model = nmf.NMF(
575 regul = nmf.NMF(
583 model = nmf.NMF(
666 ref = nmf._beta_divergence(X, W, H, beta=1.0)
694 assert nmf.components_.dtype == dtype_out
[all …]
/dports/math/viennacl/ViennaCL-1.7.1/viennacl/linalg/
H A Dnmf.hpp57 void nmf(viennacl::matrix_base<ScalarType> const & V, viennacl::matrix_base<ScalarType> & W, in nmf() function
66 viennacl::linalg::host_based::nmf(V, W, H, conf); in nmf()
70 viennacl::linalg::opencl::nmf(V,W,H,conf); in nmf()
76 viennacl::linalg::cuda::nmf(V,W,H,conf); in nmf()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/gonacl_appengine/src/
H A DMakefile84 $(earth_TGT_DIR)/earth.nmf
101 $(bullet_TGT_DIR)/NaClAMBullet.nmf
116 $(lua_TGT_DIR)/lua.nmf \
131 $(voronoi_TGT_DIR)/voronoi.nmf
145 $(life_TGT_DIR)/life.nmf
157 $(smoothlife_TGT_DIR)/smoothnacl.nmf
175 $(cube_TGT_DIR)/cube.nmf

12345678910>>...16