PLearn 0.1
|
#include "WPLS.h"
#include <plearn/math/plapack.h>
#include <plearn/vmat/ShiftAndRescaleVMatrix.h>
#include <plearn/vmat/SubVMatrix.h>
#include <plearn/math/TMat_maths.h>
#include <plearn/math/pl_math.h>
#include <plearn/vmat/VMat_linalg.h>
#include <plearn/io/load_and_save.h>
#include <plearn_learners/generic/VPLCombinedLearner.h>
#include <plearn_learners/generic/VPLPreprocessedLearner2.h>
Go to the source code of this file.
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
void | PLearn::computeWeightedInputOutputMeansAndStddev (const VMat &d, Vec &means, Vec &stddev) |
void | PLearn::multiplyColumns (Mat &m, Vec &v) |
Definition in file WPLS.cc.