_classname_() | PLearn::Object | [static] |
_getOptionList_() | PLearn::Object | [static] |
_isa_(Object *o) | PLearn::Object | [static] |
_new_instance_for_typemap_() | PLearn::Object | [static] |
_static_initialize_() | PLearn::Object | [static] |
_static_initializer_ | PLearn::Object | [static] |
build() | PLearn::MovingAverage | [virtual] |
build_() | PLearn::MovingAverage | [private] |
build_from_train_set() | PLearn::PLearner | [inline, protected, virtual] |
call(const string &methodname, int nargs, PStream &in_parameters, PStream &out_results) | PLearn::Object | [virtual] |
changeOption(const string &optionname, const string &value) | PLearn::Object | |
changeOptions(const map< string, string > &name_value) | PLearn::Object | [virtual] |
classname() const | PLearn::Object | [virtual] |
computeCostsFromOutputs(const Vec &inputs, const Vec &outputs, const Vec &targets, Vec &costs) const | PLearn::MovingAverage | [virtual] |
computeCostsOnly(const Vec &input, const Vec &target, Vec &costs) const | PLearn::SequentialLearner | [virtual] |
computeOutput(const Vec &input, Vec &output) const | PLearn::SequentialLearner | [virtual] |
computeOutputAndCosts(const Vec &input, const Vec &target, Vec &output, Vec &costs) const | PLearn::SequentialLearner | [virtual] |
cost_funcs | PLearn::MovingAverage | |
declareOptions(OptionList &ol) | PLearn::MovingAverage | [protected, static] |
deepCopy(CopiesMap &copies) const | PLearn::Object | [virtual] |
errors | PLearn::SequentialLearner | |
expdir | PLearn::PLearner | |
forget() | PLearn::MovingAverage | [virtual] |
get_last_call_train_t() | PLearn::SequentialLearner | [inline] |
get_last_test_t() | PLearn::SequentialLearner | [inline] |
get_last_train_t() | PLearn::SequentialLearner | [inline] |
getCostSequence(int cost_index) const | PLearn::SequentialLearner | [inline] |
getCostSequence(string cname) const | PLearn::SequentialLearner | [inline] |
getExperimentDirectory() const | PLearn::PLearner | [inline] |
getOption(const string &optionname) const | PLearn::Object | |
getOptionList() const | PLearn::Object | [virtual] |
getOptionsToSave() const | PLearn::Object | [virtual] |
getTestCostIndex(const string &costname) const | PLearn::PLearner | |
getTestCostNames() const | PLearn::MovingAverage | [virtual] |
getTrainCostIndex(const string &costname) const | PLearn::PLearner | |
getTrainCostNames() const | PLearn::MovingAverage | [virtual] |
getTrainingSet() const | PLearn::PLearner | [inline] |
getTrainStatsCollector() | PLearn::PLearner | [inline] |
getValidationSet() const | PLearn::PLearner | [inline] |
horizon | PLearn::SequentialLearner | |
info() const | PLearn::Object | [virtual] |
inherited typedef | PLearn::MovingAverage | |
init_train_size | PLearn::SequentialLearner | |
inputsize() const | PLearn::PLearner | [virtual] |
inputsize_ | PLearn::PLearner | [protected] |
isStatefulLearner() const | PLearn::PLearner | [virtual] |
last_call_train_t | PLearn::SequentialLearner | [protected] |
last_test_t | PLearn::SequentialLearner | [mutable, protected] |
last_train_t | PLearn::SequentialLearner | [protected] |
load(const string &filename) | PLearn::Object | [virtual] |
makeDeepCopyFromShallowCopy(CopiesMap &copies) | PLearn::SequentialLearner | [virtual] |
matlabSave(const string &matlab_subdir) | PLearn::SequentialLearner | [virtual] |
max_seq_len | PLearn::SequentialLearner | |
max_train_len | PLearn::SequentialLearner | |
MovingAverage() | PLearn::MovingAverage | |
n_examples | PLearn::PLearner | [protected] |
newread(PStream &in) | PLearn::Object | |
newwrite(PStream &out) const | PLearn::Object | |
nstages | PLearn::PLearner | |
nTestCosts() const | PLearn::SequentialLearner | [virtual] |
nTrainCosts() const | PLearn::PLearner | [virtual] |
Object() | PLearn::Object | |
oldread(istream &in) | PLearn::Object | [virtual] |
outputsize() const | PLearn::SequentialLearner | [virtual] |
outputsize_ | PLearn::SequentialLearner | |
PLEARN_DECLARE_ABSTRACT_OBJECT(SequentialLearner) | PLearn::SequentialLearner | |
PLearn::PLearner::PLEARN_DECLARE_ABSTRACT_OBJECT(PLearner) | PLearn::PLearner | |
PLEARN_DECLARE_OBJECT(MovingAverage) | PLearn::MovingAverage | |
PLearner() | PLearn::PLearner | |
PPointable() | PLearn::PPointable | [inline] |
PPointable(const PPointable &other) | PLearn::PPointable | [inline] |
predictions | PLearn::SequentialLearner | |
prepareToSendResults(PStream &out, int nres) | PLearn::Object | [inline, protected] |
print(ostream &out) const | PLearn::Object | [virtual] |
read(istream &in) | PLearn::Object | [virtual] |
readOptionVal(PStream &in, const string &optionname) | PLearn::Object | |
ref() const | PLearn::PPointable | [inline] |
report_progress | PLearn::PLearner | |
resetInternalState() | PLearn::PLearner | [virtual] |
run() | PLearn::Object | [virtual] |
save(const string &filename) const | PLearn::Object | [virtual] |
seed_ | PLearn::PLearner | |
sequenceLength() const | PLearn::SequentialLearner | [inline] |
sequenceStart() const | PLearn::SequentialLearner | [inline] |
SequentialLearner() | PLearn::SequentialLearner | |
setExperimentDirectory(const string &the_expdir) | PLearn::PLearner | [virtual] |
setOption(const string &optionname, const string &value) | PLearn::Object | |
setTrainingSet(VMat training_set, bool call_forget=true) | PLearn::SequentialLearner | [virtual] |
setTrainStatsCollector(PP< VecStatsCollector > statscol) | PLearn::PLearner | [virtual] |
setValidationSet(VMat validset) | PLearn::PLearner | [virtual] |
stage | PLearn::PLearner | |
targetsize() const | PLearn::PLearner | [virtual] |
targetsize_ | PLearn::PLearner | [protected] |
test(VMat testset, PP< VecStatsCollector > test_stats, VMat testoutputs=0, VMat testcosts=0) const | PLearn::MovingAverage | [virtual] |
train() | PLearn::MovingAverage | [virtual] |
train_set | PLearn::PLearner | [protected] |
train_stats | PLearn::PLearner | [protected] |
train_step | PLearn::SequentialLearner | |
unref() const | PLearn::PPointable | [inline] |
usage() const | PLearn::PPointable | [inline] |
use(VMat testset, VMat outputs) const | PLearn::PLearner | [virtual] |
useOnTrain(Mat &outputs) const | PLearn::PLearner | [virtual] |
validation_set | PLearn::PLearner | [protected] |
verbosity | PLearn::PLearner | |
weightsize_ | PLearn::PLearner | [protected] |
window_length | PLearn::MovingAverage | |
write(ostream &out) const | PLearn::Object | [virtual] |
writeOptionVal(PStream &out, const string &optionname) const | PLearn::Object | |
~Object() | PLearn::Object | [virtual] |
~PLearner() | PLearn::PLearner | [virtual] |
~PPointable() | PLearn::PPointable | [inline, virtual] |