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

Go to the source code of this file.

Classes

class  PLearn::MultiMaxVariable
 This variables computes a max functions (softmax, log-softmax, hardmax, etc., determined by the field computation_type) on subvectors of the input, which lenght is defined by the field groupsizes. More...
class  PLearn::DiffTemplate< ObjectType, MultiMaxVariable >
class  PLearn::TypeTraits< MultiMaxVariable >

Namespaces

namespace  PLearn
 

< for swap


Functions

Object * PLearn::toObjectPtr (const MultiMaxVariable &o)
PStream & PLearn::operator>> (PStream &in, MultiMaxVariable &o)
PStream & PLearn::operator>> (PStream &in, MultiMaxVariable *&o)
PStream & PLearn::operator<< (PStream &out, const MultiMaxVariable &o)
PStream & PLearn::operator>> (PStream &in, PP< MultiMaxVariable > &o)
template<class ObjectType >
int PLearn::diff (const string &refer, const string &other, const Option< ObjectType, MultiMaxVariable > *opt, PLearnDiff *diffs)
Var PLearn::MultiMax (Var v, TVec< int > groupsizes, char computation_type)

Detailed Description

Definition in file MultiMaxVariable.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines