Description Usage Arguments Value
Access the various attributes of "boostr" objects through
these functions. See boostBackend for a description of every
boostr attribute.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | ensembleEstimators(boostrObj)
reweighterOutput(boostrObj)
extractPerformanceOnLearningSet(boostrObj)
extractCalcBoostrPerformance(boostrObj)
estimatorPerformance(boostrObj)
oobVec(boostrObj)
extractReweighter(boostrObj)
reweighterArgs(boostrObj)
extractAggregator(boostrObj)
aggregatorArgs(boostrObj)
extractEstimationProcedure(boostrObj)
estimationProcedureArgs(boostrObj)
extractData(boostrObj)
extractAnalyzePerformance(boostrObj)
analyzePerformanceArgs(boostrObj)
extractSubsetFormula(boostrObj)
extractFormatData(boostrObj)
extractInitialWeights(boostrObj)
|
boostrObj |
an object of class " |
The attribute referenced to in the function's title. E.g.,
extractEstimationProcedure returns the stored estimation procedure.
ensembleEstimators returns the ensemble of estimators built during
boostBackend.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.