PLearn 0.1
Namespaces | Functions
ManifoldParzen2.cc File Reference
#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>
Include dependency graph for ManifoldParzen2.cc:

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)

Detailed Description

Definition in file ManifoldParzen2.cc.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines