SHOGUN  4.0.0
所有成员列表 | Public 成员函数 | 静态 Public 成员函数 | 静态 Public 属性 | 友元
SparseMatrixHeader类 参考

详细描述

在文件 Headers.pb.h237 行定义.

类 SparseMatrixHeader 继承关系图:
Inheritance graph
[图例]

Public 成员函数

 SparseMatrixHeader ()
 
virtual ~SparseMatrixHeader ()
 
 SparseMatrixHeader (const SparseMatrixHeader &from)
 
SparseMatrixHeaderoperator= (const SparseMatrixHeader &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SparseMatrixHeader *other)
 
SparseMatrixHeaderNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const SparseMatrixHeader &from)
 
void MergeFrom (const SparseMatrixHeader &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
 
bool has_num_vectors () const
 
void clear_num_vectors ()
 
inline::google::protobuf::uint64 num_vectors () const
 
void set_num_vectors (::google::protobuf::uint64 value)
 
bool has_num_features () const
 
void clear_num_features ()
 
inline::google::protobuf::uint64 num_features () const
 
void set_num_features (::google::protobuf::uint64 value)
 
int num_feat_entries_size () const
 
void clear_num_feat_entries ()
 
inline::google::protobuf::uint64 num_feat_entries (int index) const
 
void set_num_feat_entries (int index,::google::protobuf::uint64 value)
 
void add_num_feat_entries (::google::protobuf::uint64 value)
 
const ::google::protobuf::RepeatedField< ::google::protobuf::uint64 > & num_feat_entries () const
 
inline::google::protobuf::RepeatedField< ::google::protobuf::uint64 > * mutable_num_feat_entries ()
 

静态 Public 成员函数

static const ::google::protobuf::Descriptor * descriptor ()
 
static const SparseMatrixHeaderdefault_instance ()
 

静态 Public 属性

static const int kNumVectorsFieldNumber = 1
 
static const int kNumFeaturesFieldNumber = 2
 
static const int kNumFeatEntriesFieldNumber = 3
 

友元

void protobuf_AddDesc_Headers_2eproto ()
 
void protobuf_AssignDesc_Headers_2eproto ()
 
void protobuf_ShutdownFile_Headers_2eproto ()
 

构造及析构函数说明

virtual ~SparseMatrixHeader ( )
virtual

成员函数说明

void add_num_feat_entries ( ::google::protobuf::uint64  value)

在文件 Headers.pb.h627 行定义.

int ByteSize ( ) const
void Clear ( )
void clear_num_feat_entries ( )

在文件 Headers.pb.h618 行定义.

void clear_num_features ( )

在文件 Headers.pb.h602 行定义.

void clear_num_vectors ( )

在文件 Headers.pb.h580 行定义.

void CopyFrom ( const ::google::protobuf::Message &  from)
void CopyFrom ( const SparseMatrixHeader from)
static const SparseMatrixHeader& default_instance ( )
static
static const ::google::protobuf::Descriptor* descriptor ( )
static
int GetCachedSize ( ) const

在文件 Headers.pb.h278 行定义.

::google::protobuf::Metadata GetMetadata ( ) const
bool has_num_features ( ) const

在文件 Headers.pb.h593 行定义.

bool has_num_vectors ( ) const

在文件 Headers.pb.h571 行定义.

bool IsInitialized ( ) const
void MergeFrom ( const ::google::protobuf::Message &  from)
void MergeFrom ( const SparseMatrixHeader from)
bool MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
google::protobuf::RepeatedField<::google::protobuf::uint64 > * mutable_num_feat_entries ( )

在文件 Headers.pb.h635 行定义.

inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields ( )

在文件 Headers.pb.h253 行定义.

SparseMatrixHeader* New ( ) const
google::protobuf::uint64 num_feat_entries ( int  index) const

在文件 Headers.pb.h621 行定义.

const ::google::protobuf::RepeatedField<::google::protobuf::uint64 > & num_feat_entries ( ) const

在文件 Headers.pb.h631 行定义.

int num_feat_entries_size ( ) const

在文件 Headers.pb.h615 行定义.

google::protobuf::uint64 num_features ( ) const

在文件 Headers.pb.h606 行定义.

google::protobuf::uint64 num_vectors ( ) const

在文件 Headers.pb.h584 行定义.

SparseMatrixHeader& operator= ( const SparseMatrixHeader from)

在文件 Headers.pb.h244 行定义.

void SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
::google::protobuf::uint8* SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 *  output) const
void set_num_feat_entries ( int  index,
::google::protobuf::uint64  value 
)

在文件 Headers.pb.h624 行定义.

void set_num_features ( ::google::protobuf::uint64  value)

在文件 Headers.pb.h609 行定义.

void set_num_vectors ( ::google::protobuf::uint64  value)

在文件 Headers.pb.h587 行定义.

void Swap ( SparseMatrixHeader other)
const ::google::protobuf::UnknownFieldSet& unknown_fields ( ) const

在文件 Headers.pb.h249 行定义.

友元及相关函数文档

void protobuf_AddDesc_Headers_2eproto ( )
friend
void protobuf_AssignDesc_Headers_2eproto ( )
friend
void protobuf_ShutdownFile_Headers_2eproto ( )
friend

类成员变量说明

const int kNumFeatEntriesFieldNumber = 3
static

在文件 Headers.pb.h308 行定义.

const int kNumFeaturesFieldNumber = 2
static

在文件 Headers.pb.h301 行定义.

const int kNumVectorsFieldNumber = 1
static

在文件 Headers.pb.h294 行定义.


该类的文档由以下文件生成:

SHOGUN 机器学习工具包 - 项目文档