Not in the same form for LDA. You can definitely use LDA to build feature vectors and then classifier using those features using OnlineLogisticRegression.
On Fri, Jul 22, 2011 at 12:56 AM, jun li <[email protected]> wrote: > > I found in lingpipe book, there is a ldaclassifer which just load trained > model and symbol table ( id mapping to word string) and classify new > document? > > can lda in mahout providing the same function or command ? > > thanks. > > > -- > Li Jun >
