| SubarrayPartitioner | R Documentation |
SubarrayPartitioner Class
An R6Class generator object
subarraySubarray [optional]
budgetlist( AttributeBufferSize ) [optional]
currentSubarrayPartitionerCurrent [optional]
stateSubarrayPartitionerState [optional]
memoryBudgetinteger [optional]
memoryBudgetVarinteger [optional]
new()SubarrayPartitioner$new( subarray = NULL, budget = NULL, current = NULL, state = NULL, memoryBudget = NULL, memoryBudgetVar = NULL, ... )
toJSON()SubarrayPartitioner$toJSON()
fromJSON()SubarrayPartitioner$fromJSON(SubarrayPartitionerJson)
toJSONString()SubarrayPartitioner$toJSONString()
fromJSONString()SubarrayPartitioner$fromJSONString(SubarrayPartitionerJson)
clone()The objects of this class are cloneable with this method.
SubarrayPartitioner$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.