_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] |
AdaBoost() | PLearn::AdaBoost | |
build() | PLearn::AdaBoost | [virtual] |
build_() | PLearn::AdaBoost | [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] |
compute_training_error | PLearn::AdaBoost | |
computeCostsFromOutputs(const Vec &input, const Vec &output, const Vec &target, Vec &costs) const | PLearn::AdaBoost | [virtual] |
computeCostsOnly(const Vec &input, const Vec &target, Vec &costs) const | PLearn::PLearner | [virtual] |
computeOutput(const Vec &input, Vec &output) const | PLearn::AdaBoost | [virtual] |
computeOutputAndCosts(const Vec &input, const Vec &target, Vec &output, Vec &costs) const | PLearn::PLearner | [virtual] |
declareOptions(OptionList &ol) | PLearn::AdaBoost | [protected, static] |
deepCopy(CopiesMap &copies) const | PLearn::Object | [virtual] |
early_stopping | PLearn::AdaBoost | |
example_weights | PLearn::AdaBoost | [protected] |
expdir | PLearn::PLearner | |
forget() | PLearn::AdaBoost | [virtual] |
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::AdaBoost | [virtual] |
getTrainCostIndex(const string &costname) const | PLearn::PLearner | |
getTrainCostNames() const | PLearn::AdaBoost | [virtual] |
getTrainingSet() const | PLearn::PLearner | [inline] |
getTrainStatsCollector() | PLearn::PLearner | [inline] |
getValidationSet() const | PLearn::PLearner | [inline] |
info() const | PLearn::Object | [virtual] |
inherited typedef | PLearn::AdaBoost | |
initial_sum_weights | PLearn::AdaBoost | [protected] |
inputsize() const | PLearn::PLearner | [virtual] |
inputsize_ | PLearn::PLearner | [protected] |
isStatefulLearner() const | PLearn::PLearner | [virtual] |
learners_error | PLearn::AdaBoost | [protected] |
load(const string &filename) | PLearn::Object | [virtual] |
makeDeepCopyFromShallowCopy(map< const void *, void * > &copies) | PLearn::AdaBoost | [virtual] |
PLearn::PLearner::makeDeepCopyFromShallowCopy(CopiesMap &copies) | PLearn::PLearner | [protected, virtual] |
matlabSave(const string &matlab_subdir) | PLearn::PLearner | [inline, virtual] |
n_examples | PLearn::PLearner | [protected] |
newread(PStream &in) | PLearn::Object | |
newwrite(PStream &out) const | PLearn::Object | |
nstages | PLearn::PLearner | |
nTestCosts() const | PLearn::PLearner | [virtual] |
nTrainCosts() const | PLearn::PLearner | [virtual] |
Object() | PLearn::Object | |
oldread(istream &in) | PLearn::Object | [virtual] |
output_threshold | PLearn::AdaBoost | |
outputsize() const | PLearn::AdaBoost | [virtual] |
PLEARN_DECLARE_ABSTRACT_OBJECT(PLearner) | PLearn::PLearner | |
PLEARN_DECLARE_OBJECT(AdaBoost) | PLearn::AdaBoost | |
PLearner() | PLearn::PLearner | |
PPointable() | PLearn::PPointable | [inline] |
PPointable(const PPointable &other) | PLearn::PPointable | [inline] |
prepareToSendResults(PStream &out, int nres) | PLearn::Object | [inline, protected] |
print(ostream &out) const | PLearn::Object | [virtual] |
provide_learner_expdir | PLearn::AdaBoost | |
pseudo_loss_adaboost | PLearn::AdaBoost | |
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] |
save_often | PLearn::AdaBoost | |
seed_ | PLearn::PLearner | |
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::PLearner | [virtual] |
setTrainStatsCollector(PP< VecStatsCollector > statscol) | PLearn::PLearner | [virtual] |
setValidationSet(VMat validset) | PLearn::PLearner | [virtual] |
stage | PLearn::PLearner | |
sum_voting_weights | PLearn::AdaBoost | [protected] |
target_error | PLearn::AdaBoost | |
targetsize() const | PLearn::PLearner | [virtual] |
targetsize_ | PLearn::PLearner | [protected] |
test(VMat testset, PP< VecStatsCollector > test_stats, VMat testoutputs=0, VMat testcosts=0) const | PLearn::PLearner | [virtual] |
train() | PLearn::AdaBoost | [virtual] |
train_set | PLearn::PLearner | [protected] |
train_stats | PLearn::PLearner | [protected] |
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 | |
voting_weights | PLearn::AdaBoost | [protected] |
weak_learner_template | PLearn::AdaBoost | |
weak_learners | PLearn::AdaBoost | [protected] |
weight_by_resampling | PLearn::AdaBoost | |
weightsize_ | PLearn::PLearner | [protected] |
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] |