SHOGUN  v1.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
List of all members | 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 374 of file DataType.h.

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 378 of file DataType.h.

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

constructor for setting params

Definition at line 381 of file DataType.h.

SGNDArray ( const SGNDArray< T > &  orig)

copy constructor

Definition at line 385 of file DataType.h.

Member Data Documentation

T* array

array

Definition at line 390 of file DataType.h.

index_t* dims

dimension sizes

Definition at line 392 of file DataType.h.

index_t num_dims

number of dimensions

Definition at line 394 of file DataType.h.


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

SHOGUN Machine Learning Toolbox - Documentation