View source: R/Partition_Map.R
| NNS.part | R Documentation |
Creates partitions based on partial-moment quadrant centroids. Numeric orders use the compiled recursive partitioner. 'order = "max"' returns the maximum observable partition representation without passing an invalid integer to C++.
NNS.part(
x,
y,
Voronoi = FALSE,
type = NULL,
order = NULL,
obs.req = 8,
min.obs.stop = TRUE,
noise.reduction = "off"
)
x |
Numeric vector. |
y |
Numeric vector of the same length as x. |
Voronoi |
Logical; draw the partition map. |
type |
NULL or "XONLY". |
order |
NULL, a positive integer, or "max". |
obs.req |
Nonnegative integer minimum-observation stopping control. |
min.obs.stop |
Logical stopping control. |
noise.reduction |
One of "mean", "median", "mode", "mode_class", or "off". |
A list containing 'order', 'dt', and 'regression.points'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.