View source: R/grid_partition.R
predict.grid_partition | R Documentation |
Note that currently if X has values more extreme (e.g., for numeric or factor levels ) than was used to generate the partition then we will return NA unless you provide and updated X_range.
## S3 method for class 'grid_partition' predict(object, X, X_range = NULL, ...)
object |
partition |
X |
X data or list of X |
X_range |
(Optional) overrides the partition$X_range |
... |
Additional arguments. Unused. |
Factor
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.