SHOGUN  3.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends
SparseMatrixHeader Class Reference

Detailed Description

Definition at line 237 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
 
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 ()
 

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

virtual ~SparseMatrixHeader ( )
virtual

Member Function Documentation

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

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

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

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

void clear_num_features ( )

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

void clear_num_vectors ( )

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

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

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

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

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

bool has_num_vectors ( ) const

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

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 ( )

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

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

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

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

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

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

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

int num_feat_entries_size ( ) const

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

google::protobuf::uint64 num_features ( ) const

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

google::protobuf::uint64 num_vectors ( ) const

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

SparseMatrixHeader& operator= ( const SparseMatrixHeader from)

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

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 
)

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

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

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

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

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

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

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

Friends And Related Function Documentation

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

Member Data Documentation

const int kNumFeatEntriesFieldNumber = 3
static

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

const int kNumFeaturesFieldNumber = 2
static

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

const int kNumVectorsFieldNumber = 1
static

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


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

SHOGUN Machine Learning Toolbox - Documentation