| getJob | R Documentation |
Returns the job ids and its parameter set (getJob) or the (registry's)
id (getID) for a LDABatch or LDARep object.
getRegistry returns the registry itself for a LDABatch
object. getLDA returns the list of LDA objects for a
LDABatch or LDARep object. In addition, you can
specify one or more LDAs by their id(s).
setFilDir sets the registry's file directory for a
LDABatch object. This is useful if you move the registry´s folder,
e.g. if you do your calculations on a batch system, but want to do your
evaluation on your desktop computer.
getJob(x) getID(x) getRegistry(x) getLDA(x, job, reduce, all) setFileDir(x, file.dir)
x |
[ |
job |
[ |
reduce |
[ |
all |
not implemented for |
file.dir |
[Vector to be coerced to a |
Other getter functions:
getSCLOP(),
getSimilarity(),
getTopics()
Other replication functions:
LDAPrototype(),
LDARep(),
as.LDARep(),
mergeRepTopics()
Other batch functions:
LDABatch(),
as.LDABatch(),
mergeBatchTopics()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.