getJob {ldaPrototype} | R Documentation |
Getter and Setter for LDARep and LDABatch
Description
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.
Usage
getJob(x)
getID(x)
getRegistry(x)
getLDA(x, job, reduce, all)
setFileDir(x, file.dir)
Arguments
x |
|
job |
[ |
reduce |
[ |
all |
|
file.dir |
[Vector to be coerced to a |
See Also
Other getter functions:
getSCLOP()
,
getSimilarity()
,
getTopics()
Other replication functions:
LDAPrototype()
,
LDARep()
,
as.LDARep()
,
mergeRepTopics()
Other batch functions:
LDABatch()
,
as.LDABatch()
,
mergeBatchTopics()