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

详细描述

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

类 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 final
 
SparseMatrixHeaderNew (::google::protobuf::Arena *arena) const final
 
void CopyFrom (const ::google::protobuf::Message &from) final
 
void MergeFrom (const ::google::protobuf::Message &from) final
 
void CopyFrom (const SparseMatrixHeader &from)
 
void MergeFrom (const SparseMatrixHeader &from)
 
void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final
 
int GetCachedSize () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
int num_feat_entries_size () const
 
void clear_num_feat_entries ()
 
::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
 
::google::protobuf::RepeatedField< ::google::protobuf::uint64 > * mutable_num_feat_entries ()
 
bool has_num_vectors () const
 
void clear_num_vectors ()
 
::google::protobuf::uint64 num_vectors () const
 
void set_num_vectors (::google::protobuf::uint64 value)
 
bool has_num_features () const
 
void clear_num_features ()
 
::google::protobuf::uint64 num_features () const
 
void set_num_features (::google::protobuf::uint64 value)
 

静态 Public 成员函数

static const ::google::protobuf::Descriptor * descriptor ()
 
static const SparseMatrixHeaderdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const SparseMatrixHeaderinternal_default_instance ()
 

静态 Public 属性

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

友元

struct ::protobuf_Headers_2eproto::TableStruct
 
void swap (SparseMatrixHeader &a, SparseMatrixHeader &b)
 

构造及析构函数说明

◆ SparseMatrixHeader() [1/2]

◆ ~SparseMatrixHeader()

virtual ~SparseMatrixHeader ( )
virtual

◆ SparseMatrixHeader() [2/2]

成员函数说明

◆ add_num_feat_entries()

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

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

◆ ByteSizeLong()

size_t ByteSizeLong ( ) const
final

◆ Clear()

void Clear ( )
final

◆ clear_num_feat_entries()

void clear_num_feat_entries ( )

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

◆ clear_num_features()

void clear_num_features ( )

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

◆ clear_num_vectors()

void clear_num_vectors ( )

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

◆ CopyFrom() [1/2]

void CopyFrom ( const ::google::protobuf::Message &  from)
final

◆ CopyFrom() [2/2]

void CopyFrom ( const SparseMatrixHeader from)

◆ default_instance()

static const SparseMatrixHeader& default_instance ( )
static

◆ descriptor()

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

◆ GetCachedSize()

int GetCachedSize ( ) const
final

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

◆ GetMetadata()

::google::protobuf::Metadata GetMetadata ( ) const
final

◆ has_num_features()

bool has_num_features ( ) const

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

◆ has_num_vectors()

bool has_num_vectors ( ) const

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

◆ InitAsDefaultInstance()

static void InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const SparseMatrixHeader* internal_default_instance ( )
static

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

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

bool IsInitialized ( ) const
final

◆ MergeFrom() [1/2]

void MergeFrom ( const ::google::protobuf::Message &  from)
final

◆ MergeFrom() [2/2]

void MergeFrom ( const SparseMatrixHeader from)

◆ MergePartialFromCodedStream()

bool MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_num_feat_entries()

google::protobuf::RepeatedField<::google::protobuf::uint64 > * mutable_num_feat_entries ( )

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

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

SparseMatrixHeader* New ( ) const
final

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

◆ New() [2/2]

SparseMatrixHeader* New ( ::google::protobuf::Arena *  arena) const
final

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

◆ num_feat_entries() [1/2]

google::protobuf::uint64 num_feat_entries ( int  index) const

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

◆ num_feat_entries() [2/2]

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

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

◆ num_feat_entries_size()

int num_feat_entries_size ( ) const

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

◆ num_features()

google::protobuf::uint64 num_features ( ) const

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

◆ num_vectors()

google::protobuf::uint64 num_vectors ( ) const

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

◆ operator=()

SparseMatrixHeader& operator= ( const SparseMatrixHeader from)

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

◆ SerializeWithCachedSizes()

void SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_num_feat_entries()

void set_num_feat_entries ( int  index,
::google::protobuf::uint64  value 
)

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

◆ set_num_features()

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

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

◆ set_num_vectors()

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

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

◆ Swap()

void Swap ( SparseMatrixHeader other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& unknown_fields ( ) const

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

友元及相关函数文档

◆ ::protobuf_Headers_2eproto::TableStruct

friend struct ::protobuf_Headers_2eproto::TableStruct
friend

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

◆ swap

void swap ( SparseMatrixHeader a,
SparseMatrixHeader b 
)
friend

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

类成员变量说明

◆ kIndexInFileMessages

constexpr int kIndexInFileMessages
static
初始值:
=
2

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

◆ kNumFeatEntriesFieldNumber

const int kNumFeatEntriesFieldNumber = 3
static

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

◆ kNumFeaturesFieldNumber

const int kNumFeaturesFieldNumber = 2
static

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

◆ kNumVectorsFieldNumber

const int kNumVectorsFieldNumber = 1
static

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


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

SHOGUN Machine Learning Toolbox - Documentation