The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Ultán P. Doherty 2025-05-08
<- find_gross(gmm_k3n1000o10[, 1:2], max_out = 20)
gross_gmm_k3n1000o10
<- ombc_gmm(
ombc_gmm_k3n1000o10 1:2], comp_num = 3, max_out = 20, gross_outs = gross_gmm_k3n1000o10$gross_bool
gmm_k3n1000o10[,
)
print(ombc_gmm_k3n1000o10)
## Starting number of data points: 1010
## Maximum number of outliers: 20
## Number of gross outliers: 5
## Final number of outliers: 10 (minimum dissimilarity)
plot(ombc_gmm_k3n1000o10)
|>
gmm_k3n1000o10 mutate("ombc" = as.factor(ombc_gmm_k3n1000o10$labels), G = as.factor(G)) |>
ggplot(aes(x = X1, y = X2, colour = ombc, shape = G)) +
geom_point() +
labs(colour = "outlierMBC", shape = "Simulation") +
::scale_colour_okabe_ito(order = c(9, 1:3)) ggokabeito
<- find_gross(lcwm_k3n1000o10[, 1:2], max_out = 20)
gross_lcwm_k3n1000o10
<- ombc_gmm(
ombc_lcwm_k3n1000o10 1:2], comp_num = 3, max_out = 20, gross_outs = gross_lcwm_k3n1000o10$gross_bool
lcwm_k3n1000o10[,
)
print(ombc_lcwm_k3n1000o10)
## Starting number of data points: 1010
## Maximum number of outliers: 20
## Number of gross outliers: 0
## Final number of outliers: 10 (minimum dissimilarity)
plot(ombc_lcwm_k3n1000o10)
|>
lcwm_k3n1000o10 mutate("ombc" = as.factor(ombc_lcwm_k3n1000o10$labels), G = as.factor(G)) |>
ggplot(aes(x = X1, y = Y, colour = ombc, shape = G)) +
geom_point() +
labs(colour = "outlierMBC", shape = "Simulation") +
::scale_colour_okabe_ito(order = c(9, 1:3)) ggokabeito
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.