| clear query|facets|time |
Search criteria: decomposition.
Results from 1 to 6 from
6 (0.225s).
|
|
|
Loading phrases to help you refine your search...
|
|
[MAHOUT-986] OutOfMemoryError in LanczosState by way of SpectralKMeans - Mahout - [issue]
|
|
... an eigen-decomposition of the graph laplacian. For those who are more knowledgeable in the linear systems solvers of Mahout than I, can the Lanczos parameters be tweaked to negate the requirement...
|
|
|
http://issues.apache.org/jira/browse/MAHOUT-986
Author: Shannon Quinn,
2012-06-16, 10:35
|
|
|
Re: Low-rank transition matrix approximation - Mahout - [mail # dev]
|
|
... since there won't be an edge. The algorithm uses a slightly adjusted version of the transition matrix, one which has a more stable eigen-decomposition. It's not quite as sparse as the one I...
|
|
|
Author: Shannon Quinn,
2010-07-20, 16:23
|
|
|
Low-rank transition matrix approximation - Mahout - [mail # dev]
|
|
...-rank sparse approximations of the full markov transition matrix in order to speed up computation of the eigendecomposition (since there is a bottleneck in that the decomposition is performed at every...
|
|
|
Author: Shannon Quinn,
2010-07-12, 23:38
|
|
|
IndexOutOfBoundsException in RandomSeedGenerator.buildRandom() - Mahout - [mail # dev]
|
|
... second-to-last line of code. Right after performing an eigen-decomposition using the DistributedLanczosSolver, I feed the outputs directly into the KMeans utility, Random...
|
|
|
Author: Shannon Quinn,
2010-06-18, 19:59
|
|
|
Re: CLI input formats and calling other jobs - Mahout - [mail # dev]
|
|
...-symmetric affinity/similarity matrices, though this equates to a non-trivial stochastic decomposition...so for the time being, I'm assuming symmetric :P Sticking with SequenceFile is the way to go...
|
|
|
Author: Shannon Quinn,
2010-06-10, 02:14
|
|
|
CLI input formats and calling other jobs - Mahout - [mail # dev]
|
|
... this involves implementing a new UnaryFunction? Or does a method already exist (aside from manually looping over the matrix diagonal)? 4) Perform eigen-decomposition on L. This is where Distributed...
|
|
|
Author: Shannon Quinn,
2010-06-09, 05:31
|
|
|
|