LDA++
|
#include <Document.hpp>
Public Member Functions | |
virtual int | get_class () const =0 |
Public Member Functions inherited from ldaplusplus::corpus::Document | |
virtual const std::shared_ptr< const Corpus > | get_corpus () const =0 |
virtual const Eigen::VectorXi & | get_words () const =0 |
template<typename T > | |
const std::shared_ptr< const T > | get_corpus () const |
The classification Document contains the words and a category in the form of an integer.
|
pure virtual |
Implemented in ldaplusplus::corpus::ClassificationDecorator.