#include <common.hpp>


Public Member Functions | |
| manifold_dense_inputs_t (T *x_, T *y_, 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 | |
| T * | X |
Public Attributes inherited from ML::manifold_inputs_t< T > | |
| T * | y |
| int | n |
| int | d |
Dense input to manifold learning algorithms
| T |
|
inline |
|
inlinevirtual |
Implements ML::manifold_inputs_t< T >.
| T* ML::manifold_dense_inputs_t< T >::X |