SHOGUN  v3.2.0
List of all members | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends
SparseMatrixHeader Class Reference

Detailed Description

Definition at line 268 of file Headers.pb.h.

Inheritance diagram for SparseMatrixHeader:
Inheritance graph
[legend]

Public Member Functions

 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
 
SparseMatrixHeaderNew (::google::protobuf::Arena *arena) 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 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *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 ()
 
::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)
 
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 ()
 

Static Public Member Functions

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

Static Public Attributes

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

Friends

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

Constructor & Destructor Documentation

◆ SparseMatrixHeader() [1/2]

◆ ~SparseMatrixHeader()

virtual ~SparseMatrixHeader ( )
virtual

◆ SparseMatrixHeader() [2/2]

Member Function Documentation

◆ add_num_feat_entries()

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

Definition at line 703 of file Headers.pb.h.

◆ ByteSize()

int ByteSize ( ) const

◆ Clear()

void Clear ( )

◆ clear_num_feat_entries()

void clear_num_feat_entries ( )

Definition at line 692 of file Headers.pb.h.

◆ clear_num_features()

void clear_num_features ( )

Definition at line 674 of file Headers.pb.h.

◆ clear_num_vectors()

void clear_num_vectors ( )

Definition at line 650 of file Headers.pb.h.

◆ CopyFrom() [1/2]

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

◆ 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

Definition at line 315 of file Headers.pb.h.

◆ GetMetadata()

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

◆ has_num_features()

bool has_num_features ( ) const

Definition at line 665 of file Headers.pb.h.

◆ has_num_vectors()

bool has_num_vectors ( ) const

Definition at line 641 of file Headers.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

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

◆ IsInitialized()

bool IsInitialized ( ) const

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

void MergeFrom ( const SparseMatrixHeader from)

◆ MergePartialFromCodedStream()

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

◆ mutable_num_feat_entries()

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

Definition at line 713 of file Headers.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 284 of file Headers.pb.h.

◆ New() [1/2]

SparseMatrixHeader* New ( ) const

Definition at line 295 of file Headers.pb.h.

◆ New() [2/2]

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

◆ num_feat_entries() [1/2]

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

Definition at line 695 of file Headers.pb.h.

◆ num_feat_entries() [2/2]

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

Definition at line 708 of file Headers.pb.h.

◆ num_feat_entries_size()

int num_feat_entries_size ( ) const

Definition at line 689 of file Headers.pb.h.

◆ num_features()

google::protobuf::uint64 num_features ( ) const

Definition at line 678 of file Headers.pb.h.

◆ num_vectors()

google::protobuf::uint64 num_vectors ( ) const

Definition at line 654 of file Headers.pb.h.

◆ operator=()

SparseMatrixHeader& operator= ( const SparseMatrixHeader from)

Definition at line 275 of file Headers.pb.h.

◆ SerializeWithCachedSizes()

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

◆ SerializeWithCachedSizesToArray()

::google::protobuf::uint8* SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 *  output) const

Definition at line 312 of file Headers.pb.h.

◆ set_num_feat_entries()

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

Definition at line 699 of file Headers.pb.h.

◆ set_num_features()

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

Definition at line 682 of file Headers.pb.h.

◆ set_num_vectors()

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

Definition at line 658 of file Headers.pb.h.

◆ Swap()

void Swap ( SparseMatrixHeader other)

◆ unknown_fields()

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

Definition at line 280 of file Headers.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_Headers_2eproto

void protobuf_AddDesc_Headers_2eproto ( )
friend

◆ protobuf_AssignDesc_Headers_2eproto

void protobuf_AssignDesc_Headers_2eproto ( )
friend

◆ protobuf_ShutdownFile_Headers_2eproto

void protobuf_ShutdownFile_Headers_2eproto ( )
friend

Member Data Documentation

◆ kNumFeatEntriesFieldNumber

const int kNumFeatEntriesFieldNumber = 3
static

Definition at line 353 of file Headers.pb.h.

◆ kNumFeaturesFieldNumber

const int kNumFeaturesFieldNumber = 2
static

Definition at line 346 of file Headers.pb.h.

◆ kNumVectorsFieldNumber

const int kNumVectorsFieldNumber = 1
static

Definition at line 339 of file Headers.pb.h.


The documentation for this class was generated from the following file:

SHOGUN Machine Learning Toolbox - Documentation