Description Usage Arguments Value
Given a treebinr object, lastSplit
prunes the last bin created (during the binning process or by the user).
1 | undoLastSplit(treebinr_obj, binMeasure, makePoint, updateBin, inputs)
|
treebinr_obj |
An object of class treebinr |
binMeasure |
A user supplied function to compute the measure associated with each bin |
inputs |
A list containing additional input parameters required by user supplied functions |
selectBin |
A user supplied function for choosing between bins to be split |
splitBin |
A user supplied function for splitting a bin |
The return value is an object of class treebinr, which contains the following
points |
A matrix containing the reduced point configuration |
counts |
A vector containing the number of points in each bin |
bins |
A list containing bin objects, which detail the contents of each bin |
tree |
An undirected graph object for the binning tree |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.