, including all inherited members.
_classname_() | PLearn::ShuntingNNetLayerModule | [static] |
_getOptionList_() | PLearn::ShuntingNNetLayerModule | [static] |
_getRemoteMethodMap_() | PLearn::ShuntingNNetLayerModule | [static] |
_isa_(const Object *o) | PLearn::ShuntingNNetLayerModule | [static] |
_new_instance_for_typemap_() | PLearn::ShuntingNNetLayerModule | [static] |
_static_initialize_() | PLearn::ShuntingNNetLayerModule | [static] |
_static_initializer_ | PLearn::ShuntingNNetLayerModule | [static] |
asString() const | PLearn::Object | [virtual] |
asStringRemoteTransmit() const | PLearn::Object | [virtual] |
batch_excitations | PLearn::ShuntingNNetLayerModule | [mutable, protected] |
batch_inhibitions | PLearn::ShuntingNNetLayerModule | [mutable, protected] |
bbpropUpdate(const Vec &input, const Vec &output, const Vec &output_gradient, const Vec &output_diag_hessian) | PLearn::OnlineLearningModule | [virtual] |
bbpropUpdate(const Vec &input, const Vec &output, Vec &input_gradient, const Vec &output_gradient, Vec &input_diag_hessian, const Vec &output_diag_hessian, bool accumulate=false) | PLearn::OnlineLearningModule | [virtual] |
bias | PLearn::ShuntingNNetLayerModule | |
bpropAccUpdate(const TVec< Mat * > &ports_value, const TVec< Mat * > &ports_gradient) | PLearn::OnlineLearningModule | [virtual] |
bpropDoesNothing() | PLearn::OnlineLearningModule | [inline, virtual] |
bpropUpdate(const Vec &input, const Vec &output, const Vec &output_gradient) | PLearn::ShuntingNNetLayerModule | [virtual] |
bpropUpdate(const Mat &inputs, const Mat &outputs, Mat &input_gradients, const Mat &output_gradients, bool accumulate=false) | PLearn::ShuntingNNetLayerModule | [virtual] |
PLearn::OnlineLearningModule::bpropUpdate(const Mat &inputs, const Mat &outputs, const Mat &output_gradients) | PLearn::OnlineLearningModule | [virtual] |
PLearn::OnlineLearningModule::bpropUpdate(const TVec< Mat * > &ports_value, const TVec< Mat * > &ports_gradient) | PLearn::OnlineLearningModule | |
PLearn::OnlineLearningModule::bpropUpdate(const Vec &input, const Vec &output, Vec &input_gradient, const Vec &output_gradient, bool accumulate=false) | PLearn::OnlineLearningModule | [virtual] |
build() | PLearn::ShuntingNNetLayerModule | [virtual] |
build_() | PLearn::ShuntingNNetLayerModule | [private] |
call(const string &methodname, int nargs, PStream &io) | PLearn::Object | [virtual] |
changeOption(const string &optionname, const string &value) | PLearn::Object | |
changeOptions(const map< string, string > &name_value) | PLearn::Object | [virtual] |
checkProp(const TVec< Mat * > &ports_data) | PLearn::OnlineLearningModule | |
classname() const | PLearn::ShuntingNNetLayerModule | [virtual] |
declareMethods(RemoteMethodMap &rmm) | PLearn::OnlineLearningModule | [protected, static] |
declareOptions(OptionList &ol) | PLearn::ShuntingNNetLayerModule | [protected, static] |
declaringFile() | PLearn::ShuntingNNetLayerModule | [inline, static] |
decrease_constant | PLearn::ShuntingNNetLayerModule | |
deepCopy(CopiesMap &copies) const | PLearn::ShuntingNNetLayerModule | [virtual] |
deepCopyNoMap() | PLearn::Object | |
during_training | PLearn::OnlineLearningModule | [static] |
estimate_simpler_diag_hessian | PLearn::OnlineLearningModule | |
excit_num_coeff | PLearn::ShuntingNNetLayerModule | |
excit_quad_weights | PLearn::ShuntingNNetLayerModule | |
excit_weights | PLearn::ShuntingNNetLayerModule | |
expdir | PLearn::OnlineLearningModule | |
finalize() | PLearn::OnlineLearningModule | [inline, virtual] |
forget() | PLearn::ShuntingNNetLayerModule | [virtual] |
fprop(const Vec &input, Vec &output) const | PLearn::ShuntingNNetLayerModule | [virtual] |
fprop(const Mat &inputs, Mat &outputs) | PLearn::ShuntingNNetLayerModule | [virtual] |
PLearn::OnlineLearningModule::fprop(const TVec< Mat * > &ports_value) | PLearn::OnlineLearningModule | [virtual] |
getOption(const string &optionname) const | PLearn::Object | |
getOptionList() const | PLearn::ShuntingNNetLayerModule | [virtual] |
getOptionMap() const | PLearn::ShuntingNNetLayerModule | [virtual] |
getOptionsToRemoteTransmit() const | PLearn::Object | [virtual] |
getOptionsToSave() const | PLearn::Object | [virtual] |
getPortIndex(const string &port) | PLearn::OnlineLearningModule | [virtual] |
getPortLength(const string &port) | PLearn::OnlineLearningModule | |
getPortName(int i) | PLearn::OnlineLearningModule | |
getPorts() | PLearn::OnlineLearningModule | [virtual] |
getPortSizes() | PLearn::OnlineLearningModule | [virtual] |
getPortWidth(const string &port) | PLearn::OnlineLearningModule | |
getRemoteMethodMap() const | PLearn::ShuntingNNetLayerModule | [virtual] |
hasOption(const string &optionname) const | PLearn::Object | |
info() const | PLearn::Object | [virtual] |
inherited typedef | PLearn::ShuntingNNetLayerModule | [private] |
inhib_num_coeff | PLearn::ShuntingNNetLayerModule | |
inhib_quad_weights | PLearn::ShuntingNNetLayerModule | |
init_quad_weights_random_scale | PLearn::ShuntingNNetLayerModule | |
init_weights_random_scale | PLearn::ShuntingNNetLayerModule | |
input_size | PLearn::OnlineLearningModule | |
learning_rate | PLearn::ShuntingNNetLayerModule | [private] |
load(const PPath &filename) | PLearn::Object | [virtual] |
makeDeepCopyFromShallowCopy(CopiesMap &copies) | PLearn::ShuntingNNetLayerModule | [virtual] |
n_filters | PLearn::ShuntingNNetLayerModule | |
n_filters_inhib | PLearn::ShuntingNNetLayerModule | |
name | PLearn::OnlineLearningModule | |
namedBpropAccUpdate(map< string, Mat > &values, map< string, Mat > &gradients, TVec< string > additional_input_gradients) | PLearn::OnlineLearningModule | [virtual] |
namedFprop(map< string, Mat > &inputs, TVec< string > wanted_outputs) | PLearn::OnlineLearningModule | [virtual] |
newread(PStream &in, unsigned int id=UINT_MAX) | PLearn::Object | |
newwrite(PStream &out) const | PLearn::Object | [virtual] |
nPorts() | PLearn::OnlineLearningModule | |
Object(bool call_build_=false) | PLearn::Object | |
oldread(istream &in) | PLearn::Object | [virtual] |
ones | PLearn::ShuntingNNetLayerModule | [mutable, protected] |
OnlineLearningModule(const string &the_name="", bool call_build_=false) | PLearn::OnlineLearningModule | |
output_size | PLearn::OnlineLearningModule | |
parseOptionName(const string &optionname, Object *&final_object, OptionList::iterator &option_iter, string &option_index) | PLearn::Object | |
parseOptionName(const string &optionname, const Object *&final_object, OptionList::iterator &option_iter, string &option_index) const | PLearn::Object | |
port_sizes | PLearn::OnlineLearningModule | [protected] |
PPointable() | PLearn::PPointable | [inline] |
PPointable(const PPointable &other) | PLearn::PPointable | [inline] |
prepareToSendResults(PStream &out, int nres) | PLearn::Object | [static] |
random_gen | PLearn::OnlineLearningModule | |
read(istream &in) | PLearn::Object | [virtual] |
readOptionVal(PStream &in, const string &optionname, unsigned int id=UINT_MAX) | PLearn::Object | |
ref() const | PLearn::PPointable | [inline] |
resizeOnes(int n) const | PLearn::ShuntingNNetLayerModule | [private] |
run() | PLearn::Object | [virtual] |
save(const PPath &filename) const | PLearn::Object | [virtual] |
setLearningRate(real dynamic_learning_rate) | PLearn::ShuntingNNetLayerModule | [virtual] |
setOption(const string &optionname, const string &value) | PLearn::Object | |
ShuntingNNetLayerModule() | PLearn::ShuntingNNetLayerModule | |
start_learning_rate | PLearn::ShuntingNNetLayerModule | |
step_number | PLearn::ShuntingNNetLayerModule | [private] |
tmp_input_diag_hessian | PLearn::OnlineLearningModule | [mutable, protected] |
tmp_input_gradient | PLearn::OnlineLearningModule | [mutable, protected] |
tmpm_input_gradient | PLearn::OnlineLearningModule | [mutable, protected] |
unref() const | PLearn::PPointable | [inline] |
usage() const | PLearn::PPointable | [inline] |
use_fast_approximations | PLearn::OnlineLearningModule | |
verbosity | PLearn::OnlineLearningModule | |
write(ostream &out) const | PLearn::Object | [virtual] |
writeOptionVal(PStream &out, const string &optionname) const | PLearn::Object | |
~Object() | PLearn::Object | [virtual] |
~PPointable() | PLearn::PPointable | [inline, virtual] |