6 #ifndef DISMEC_MATRIX_TYPES_H
7 #define DISMEC_MATRIX_TYPES_H
22 template<
class Dense,
class Sparse>
Defines configuration variables.
outer_const< T, sparse_row_major_h > SparseRowMajor
outer_const< T, dense_row_major_h > DenseRowMajor
outer_const< T, dense_vector_h > DenseVector
outer_const< T, sparse_vector_h > SparseVector
Main namespace in which all types, classes, and functions are defined.
types::DenseRowMajor< real_t > DenseFeatures
Dense Feature Matrix in Row Major format.
types::DenseRowMajor< long > IndexMatrix
Matrix used for indices in sparse predictions.
types::SparseVector< real_t > SparseRealVector
types::DenseVector< std::int8_t > BinaryLabelVector
Dense vector for storing binary labels.
types::DenseVector< real_t > DenseRealVector
Any dense, real values vector.
types::SparseRowMajor< real_t > SparseFeatures
Sparse Feature Matrix in Row Major format.
types::DenseRowMajor< real_t > PredictionMatrix
Dense matrix in Row Major format used for predictions.