#include <common.hpp>


Public Member Functions | |
| manifold_inputs_t (T *y_, int n_, int d_) | |
| virtual bool | alloc_knn_graph () const =0 |
Public Attributes | |
| T * | y |
| int | n |
| int | d |
Base struct for representing inputs to manifold learning algorithms.
| T |
|
inline |
|
pure virtual |
| int ML::manifold_inputs_t< T >::d |
| int ML::manifold_inputs_t< T >::n |
| T* ML::manifold_inputs_t< T >::y |