Public Member Functions | Public Attributes | List of all members
ML::manifold_dense_inputs_t< T > Struct Template Reference

#include <common.hpp>

Inheritance diagram for ML::manifold_dense_inputs_t< T >:
Inheritance graph
Collaboration diagram for ML::manifold_dense_inputs_t< T >:
Collaboration graph

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
 

Detailed Description

template<typename T>
struct ML::manifold_dense_inputs_t< T >

Dense input to manifold learning algorithms

Template Parameters
T

Constructor & Destructor Documentation

◆ manifold_dense_inputs_t()

template<typename T >
ML::manifold_dense_inputs_t< T >::manifold_dense_inputs_t ( T *  x_,
T *  y_,
int  n_,
int  d_ 
)
inline

Member Function Documentation

◆ alloc_knn_graph()

template<typename T >
bool ML::manifold_dense_inputs_t< T >::alloc_knn_graph ( ) const
inlinevirtual

Member Data Documentation

◆ X

template<typename T >
T* ML::manifold_dense_inputs_t< T >::X

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