PLearn 0.1
Classes | Namespaces | Functions
NLLNeighborhoodWeightsVariable.h File Reference
#include <plearn/var/BinaryVariable.h>
Include dependency graph for NLLNeighborhoodWeightsVariable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PLearn::NLLNeighborhoodWeightsVariable
 WeightsVariable updated online, based on negative log-likelihood of the neighbors. More...
class  PLearn::DiffTemplate< ObjectType, NLLNeighborhoodWeightsVariable >
class  PLearn::TypeTraits< NLLNeighborhoodWeightsVariable >

Namespaces

namespace  PLearn
 

< for swap


Functions

Object * PLearn::toObjectPtr (const NLLNeighborhoodWeightsVariable &o)
PStream & PLearn::operator>> (PStream &in, NLLNeighborhoodWeightsVariable &o)
PStream & PLearn::operator>> (PStream &in, NLLNeighborhoodWeightsVariable *&o)
PStream & PLearn::operator<< (PStream &out, const NLLNeighborhoodWeightsVariable &o)
PStream & PLearn::operator>> (PStream &in, PP< NLLNeighborhoodWeightsVariable > &o)
template<class ObjectType >
int PLearn::diff (const string &refer, const string &other, const Option< ObjectType, NLLNeighborhoodWeightsVariable > *opt, PLearnDiff *diffs)
Var PLearn::nll_neighborhood_weights (Var neighbor_nlls, Var neighbor_indexes, int n, real alpha)

Detailed Description

Definition in file NLLNeighborhoodWeightsVariable.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines