Public Member Functions | Public Attributes

SGNDArray< T > Class Template Reference


Detailed Description

template<class T>
class shogun::SGNDArray< T >

shogun n-dimensional array

Definition at line 189 of file DataType.h.

List of all members.

Public Member Functions

 SGNDArray ()
 SGNDArray (T *a, index_t *d, index_t nd)
 SGNDArray (const SGNDArray &orig)

Public Attributes

T * array
index_tdims
index_t num_dims

Constructor & Destructor Documentation

SGNDArray (  ) 

default constructor

Definition at line 193 of file DataType.h.

SGNDArray ( T *  a,
index_t d,
index_t  nd 
)

constructor for setting params

Definition at line 196 of file DataType.h.

SGNDArray ( const SGNDArray< T > &  orig  ) 

copy constructor

Definition at line 200 of file DataType.h.


Member Data Documentation

T* array

array

Definition at line 205 of file DataType.h.

dimension sizes

Definition at line 207 of file DataType.h.

number of dimensions

Definition at line 209 of file DataType.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation