PLearn 0.1
|
#include <plearn/var/BinaryVariable.h>
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) |
Definition in file NLLNeighborhoodWeightsVariable.h.