#include <document.pb.h>
Public Member Functions | |
unigram_counts () | |
virtual | ~unigram_counts () |
unigram_counts (const unigram_counts &from) | |
unigram_counts & | operator= (const unigram_counts &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (unigram_counts *other) |
unigram_counts * | New () const |
void | CopyFrom (const ::google::protobuf::Message &from) |
void | MergeFrom (const ::google::protobuf::Message &from) |
void | CopyFrom (const unigram_counts &from) |
void | MergeFrom (const unigram_counts &from) |
void | Clear () |
bool | IsInitialized () const |
int | ByteSize () const |
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) |
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const |
::google::protobuf::uint8 * | SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const |
int | GetCachedSize () const |
::google::protobuf::Metadata | GetMetadata () const |
int | counts_size () const |
void | clear_counts () |
const ::google::protobuf::RepeatedField < ::google::protobuf::uint64 > & | counts () const |
inline::google::protobuf::RepeatedField < ::google::protobuf::uint64 > * | mutable_counts () |
inline::google::protobuf::uint64 | counts (int index) const |
void | set_counts (int index,::google::protobuf::uint64 value) |
void | add_counts (::google::protobuf::uint64 value) |
int | tokens_per_topic_size () const |
void | clear_tokens_per_topic () |
const ::google::protobuf::RepeatedField < ::google::protobuf::uint32 > & | tokens_per_topic () const |
inline::google::protobuf::RepeatedField < ::google::protobuf::uint32 > * | mutable_tokens_per_topic () |
inline::google::protobuf::uint32 | tokens_per_topic (int index) const |
void | set_tokens_per_topic (int index,::google::protobuf::uint32 value) |
void | add_tokens_per_topic (::google::protobuf::uint32 value) |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const unigram_counts & | default_instance () |
Static Public Attributes | |
static const int | kCountsFieldNumber = 1 |
static const int | kTokensPerTopicFieldNumber = 2 |
Friends | |
void | protobuf_AddDesc_document_2eproto () |
void | protobuf_AssignDesc_document_2eproto () |
void | protobuf_ShutdownFile_document_2eproto () |
LDA::unigram_counts::unigram_counts | ( | ) |
LDA::unigram_counts::~unigram_counts | ( | ) | [virtual] |
LDA::unigram_counts::unigram_counts | ( | const unigram_counts & | from | ) |
void LDA::unigram_counts::add_counts | ( | ::google::protobuf::uint64 | value | ) | [inline] |
void LDA::unigram_counts::add_tokens_per_topic | ( | ::google::protobuf::uint32 | value | ) | [inline] |
int LDA::unigram_counts::ByteSize | ( | ) | const |
void LDA::unigram_counts::Clear | ( | ) |
void LDA::unigram_counts::clear_counts | ( | ) | [inline] |
void LDA::unigram_counts::clear_tokens_per_topic | ( | ) | [inline] |
void LDA::unigram_counts::CopyFrom | ( | const unigram_counts & | from | ) |
void LDA::unigram_counts::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
google::protobuf::uint64 LDA::unigram_counts::counts | ( | int | index | ) | const [inline] |
const ::google::protobuf::RepeatedField<::google::protobuf::uint64 > & LDA::unigram_counts::counts | ( | ) | const [inline] |
int LDA::unigram_counts::counts_size | ( | ) | const [inline] |
const unigram_counts & LDA::unigram_counts::default_instance | ( | ) | [static] |
const ::google::protobuf::Descriptor * LDA::unigram_counts::descriptor | ( | ) | [static] |
int LDA::unigram_counts::GetCachedSize | ( | ) | const [inline] |
google::protobuf::Metadata LDA::unigram_counts::GetMetadata | ( | ) | const |
bool LDA::unigram_counts::IsInitialized | ( | ) | const |
void LDA::unigram_counts::MergeFrom | ( | const unigram_counts & | from | ) |
void LDA::unigram_counts::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
bool LDA::unigram_counts::MergePartialFromCodedStream | ( | ::google::protobuf::io::CodedInputStream * | input | ) |
google::protobuf::RepeatedField<::google::protobuf::uint64 > * LDA::unigram_counts::mutable_counts | ( | ) | [inline] |
google::protobuf::RepeatedField<::google::protobuf::uint32 > * LDA::unigram_counts::mutable_tokens_per_topic | ( | ) | [inline] |
inline ::google::protobuf::UnknownFieldSet* LDA::unigram_counts::mutable_unknown_fields | ( | ) | [inline] |
unigram_counts * LDA::unigram_counts::New | ( | ) | const |
unigram_counts& LDA::unigram_counts::operator= | ( | const unigram_counts & | from | ) | [inline] |
void LDA::unigram_counts::SerializeWithCachedSizes | ( | ::google::protobuf::io::CodedOutputStream * | output | ) | const |
google::protobuf::uint8 * LDA::unigram_counts::SerializeWithCachedSizesToArray | ( | ::google::protobuf::uint8 * | output | ) | const |
void LDA::unigram_counts::set_counts | ( | int | index, | |
::google::protobuf::uint64 | value | |||
) | [inline] |
void LDA::unigram_counts::set_tokens_per_topic | ( | int | index, | |
::google::protobuf::uint32 | value | |||
) | [inline] |
void LDA::unigram_counts::Swap | ( | unigram_counts * | other | ) |
google::protobuf::uint32 LDA::unigram_counts::tokens_per_topic | ( | int | index | ) | const [inline] |
const ::google::protobuf::RepeatedField<::google::protobuf::uint32 > & LDA::unigram_counts::tokens_per_topic | ( | ) | const [inline] |
int LDA::unigram_counts::tokens_per_topic_size | ( | ) | const [inline] |
const ::google::protobuf::UnknownFieldSet& LDA::unigram_counts::unknown_fields | ( | ) | const [inline] |
void protobuf_AddDesc_document_2eproto | ( | ) | [friend] |
void protobuf_AssignDesc_document_2eproto | ( | ) | [friend] |
void protobuf_ShutdownFile_document_2eproto | ( | ) | [friend] |
const int LDA::unigram_counts::kCountsFieldNumber = 1 [static] |
const int LDA::unigram_counts::kTokensPerTopicFieldNumber = 2 [static] |