Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

PLearn::MovingAverage Member List

This is the complete list of members for PLearn::MovingAverage, including all inherited members.

_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() constPLearn::Object [virtual]
computeCostsFromOutputs(const Vec &inputs, const Vec &outputs, const Vec &targets, Vec &costs) constPLearn::MovingAverage [virtual]
computeCostsOnly(const Vec &input, const Vec &target, Vec &costs) constPLearn::SequentialLearner [virtual]
computeOutput(const Vec &input, Vec &output) constPLearn::SequentialLearner [virtual]
computeOutputAndCosts(const Vec &input, const Vec &target, Vec &output, Vec &costs) constPLearn::SequentialLearner [virtual]
cost_funcsPLearn::MovingAverage
declareOptions(OptionList &ol)PLearn::MovingAverage [protected, static]
deepCopy(CopiesMap &copies) constPLearn::Object [virtual]
errorsPLearn::SequentialLearner
expdirPLearn::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) constPLearn::SequentialLearner [inline]
getCostSequence(string cname) constPLearn::SequentialLearner [inline]
getExperimentDirectory() constPLearn::PLearner [inline]
getOption(const string &optionname) constPLearn::Object
getOptionList() constPLearn::Object [virtual]
getOptionsToSave() constPLearn::Object [virtual]
getTestCostIndex(const string &costname) constPLearn::PLearner
getTestCostNames() constPLearn::MovingAverage [virtual]
getTrainCostIndex(const string &costname) constPLearn::PLearner
getTrainCostNames() constPLearn::MovingAverage [virtual]
getTrainingSet() constPLearn::PLearner [inline]
getTrainStatsCollector()PLearn::PLearner [inline]
getValidationSet() constPLearn::PLearner [inline]
horizonPLearn::SequentialLearner
info() constPLearn::Object [virtual]
inherited typedefPLearn::MovingAverage
init_train_sizePLearn::SequentialLearner
inputsize() constPLearn::PLearner [virtual]
inputsize_PLearn::PLearner [protected]
isStatefulLearner() constPLearn::PLearner [virtual]
last_call_train_tPLearn::SequentialLearner [protected]
last_test_tPLearn::SequentialLearner [mutable, protected]
last_train_tPLearn::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_lenPLearn::SequentialLearner
max_train_lenPLearn::SequentialLearner
MovingAverage()PLearn::MovingAverage
n_examplesPLearn::PLearner [protected]
newread(PStream &in)PLearn::Object
newwrite(PStream &out) constPLearn::Object
nstagesPLearn::PLearner
nTestCosts() constPLearn::SequentialLearner [virtual]
nTrainCosts() constPLearn::PLearner [virtual]
Object()PLearn::Object
oldread(istream &in)PLearn::Object [virtual]
outputsize() constPLearn::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]
predictionsPLearn::SequentialLearner
prepareToSendResults(PStream &out, int nres)PLearn::Object [inline, protected]
print(ostream &out) constPLearn::Object [virtual]
read(istream &in)PLearn::Object [virtual]
readOptionVal(PStream &in, const string &optionname)PLearn::Object
ref() constPLearn::PPointable [inline]
report_progressPLearn::PLearner
resetInternalState()PLearn::PLearner [virtual]
run()PLearn::Object [virtual]
save(const string &filename) constPLearn::Object [virtual]
seed_PLearn::PLearner
sequenceLength() constPLearn::SequentialLearner [inline]
sequenceStart() constPLearn::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]
stagePLearn::PLearner
targetsize() constPLearn::PLearner [virtual]
targetsize_PLearn::PLearner [protected]
test(VMat testset, PP< VecStatsCollector > test_stats, VMat testoutputs=0, VMat testcosts=0) constPLearn::MovingAverage [virtual]
train()PLearn::MovingAverage [virtual]
train_setPLearn::PLearner [protected]
train_statsPLearn::PLearner [protected]
train_stepPLearn::SequentialLearner
unref() constPLearn::PPointable [inline]
usage() constPLearn::PPointable [inline]
use(VMat testset, VMat outputs) constPLearn::PLearner [virtual]
useOnTrain(Mat &outputs) constPLearn::PLearner [virtual]
validation_setPLearn::PLearner [protected]
verbosityPLearn::PLearner
weightsize_PLearn::PLearner [protected]
window_lengthPLearn::MovingAverage
write(ostream &out) constPLearn::Object [virtual]
writeOptionVal(PStream &out, const string &optionname) constPLearn::Object
~Object()PLearn::Object [virtual]
~PLearner()PLearn::PLearner [virtual]
~PPointable()PLearn::PPointable [inline, virtual]


Generated on Tue Aug 17 16:27:47 2004 for PLearn by doxygen 1.3.7