Go to the source code of this file.
|
template<class RandomAccessIterator , class FeatureVectorCallback > |
DenseMatrix | project (const DenseMatrix &projection_matrix, const DenseVector &mean_vector, RandomAccessIterator begin, RandomAccessIterator end, FeatureVectorCallback callback, IndexType dimension) |
|
template<class RandomAccessIterator , class FeatureVectorCallback > |
DenseVector | compute_mean (RandomAccessIterator begin, RandomAccessIterator end, FeatureVectorCallback callback, IndexType dimension) |
|
template<class RandomAccessIterator , class FeatureVectorCallback > |
DenseSymmetricMatrix | compute_covariance_matrix (RandomAccessIterator begin, RandomAccessIterator end, const DenseVector &mean, FeatureVectorCallback callback, IndexType dimension) |
|
template<class RandomAccessIterator , class KernelCallback > |
DenseSymmetricMatrix | compute_centered_kernel_matrix (RandomAccessIterator begin, RandomAccessIterator end, KernelCallback callback) |
|