Tapkee
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
laplacian_eigenmaps.hpp File Reference

Go to the source code of this file.

Namespaces

 tapkee
 
 tapkee::tapkee_internal
 

Functions

template<class RandomAccessIterator , class DistanceCallback >
Laplacian compute_laplacian (RandomAccessIterator begin, RandomAccessIterator end, const Neighbors &neighbors, DistanceCallback callback, ScalarType width)
 
template<class RandomAccessIterator , class FeatureVectorCallback >
DenseSymmetricMatrixPair construct_locality_preserving_eigenproblem (SparseWeightMatrix &L, DenseDiagonalMatrix &D, RandomAccessIterator begin, RandomAccessIterator end, FeatureVectorCallback feature_vector_callback, IndexType dimension)