SubarrayPartitioner | R Documentation |
SubarrayPartitioner Class
An R6Class
generator object
subarray
Subarray [optional]
budget
list( AttributeBufferSize ) [optional]
current
SubarrayPartitionerCurrent [optional]
state
SubarrayPartitionerState [optional]
memoryBudget
integer [optional]
memoryBudgetVar
integer [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)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.