PLearn 0.1
|
#include "ManifoldParzen2.h"
#include <plearn/math/plapack.h>
#include <plearn/base/general.h>
#include <plearn/math/TMat.h>
#include <plearn/math/TMat_maths.h>
#include <plearn/math/BottomNI.h>
#include <plearn/vmat/VMat_computeNearestNeighbors.h>
#include <plearn/vmat/MemoryVMatrix.h>
Go to the source code of this file.
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
void | PLearn::computeNearestNeighbors (Mat dataset, Vec x, Mat &neighbors, int ignore_row=-1) |
void | PLearn::computePrincipalComponents (Mat dataset, Vec &eig_values, Mat &eig_vectors, real global_lambda0) |
void | PLearn::computeLocalPrincipalComponents (Mat &dataset, int which_pattern, Mat &delta_neighbors, Vec &eig_values, Mat &eig_vectors, Vec &mean, bool learn_mu=false, real global_lambda0=0) |
Definition in file ManifoldParzen2.cc.