BFSMIX-methods | R Documentation |
Returns as default the optimized RCLSMIX algorithm output for mixtures of conditionally independent normal, lognormal, Weibull, gamma, Gumbel, binomial, Poisson, Dirac, uniform or von Mises component densities. If model
equals "RCLSMVNORM"
optimized output for mixtures of multivariate normal component densities with unrestricted variance-covariance matrices is returned.
## S4 method for signature 'RCLSMIX'
BFSMIX(model = "RCLSMIX", x = list(), Dataset = data.frame(),
Zt = factor(), ...)
## ... and for other signatures
model |
see Methods section below. |
x |
a list of objects of class |
Dataset |
a data frame containing test dataset |
Zt |
a factor of true class membership |
... |
currently not used. |
Returns an optimized object of class RCLSMIX
or RCLSMVNORM
.
signature(model = "RCLSMIX")
a character giving the default class name "RCLSMIX"
for mixtures of conditionally independent normal, lognormal, Weibull, gamma, Gumbel, binomial, Poisson, Dirac, uniform or von Mises component densities.
signature(model = "RCLSMVNORM")
a character giving the class name "RCLSMVNORM"
for mixtures of multivariate normal component densities with unrestricted variance-covariance matrices.
Marko Nagode
R. Kohavi and G. H. John. Wrappers for feature subset selection, Artificial Intelligence, 97(1-2):273-324, 1997. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1016/S0004-3702(97)00043-X")}.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.