#include <common.hpp>
Public Member Functions | |
manifold_sparse_inputs_t (value_idx *indptr_, value_idx *indices_, T *data_, T *y_, size_t nnz_, int n_, int d_) | |
bool | alloc_knn_graph () const |
Public Member Functions inherited from ML::manifold_inputs_t< T > | |
manifold_inputs_t (T *y_, int n_, int d_) | |
Public Attributes | |
value_idx * | indptr |
value_idx * | indices |
T * | data |
size_t | nnz |
Public Attributes inherited from ML::manifold_inputs_t< T > | |
T * | y |
int | n |
int | d |
Sparse CSR input to manifold learning algorithms
value_idx | |
T |
|
inline |
|
inlinevirtual |
Implements ML::manifold_inputs_t< T >.
T* ML::manifold_sparse_inputs_t< value_idx, T >::data |
value_idx* ML::manifold_sparse_inputs_t< value_idx, T >::indices |
value_idx* ML::manifold_sparse_inputs_t< value_idx, T >::indptr |
size_t ML::manifold_sparse_inputs_t< value_idx, T >::nnz |