search for: 109c109

Displaying 1 result from an estimated 1 matches for "109c109".

Did you mean: 1092109
2002 Feb 22
2
R gnome and lda: found the difference
...t 1c1 < function (x, grouping, prior = proportions, tol = 1, method = c("moment", --- > function (x, grouping, prior = proportions, tol = 1e-04, method = c("moment", 61c61 < if (all(abs(w - w0) < 0,01)) --- > if (all(abs(w - w0) < 0.01)) 109c109 < dist <- 0 * dist - matrix(log(prior), n, ng, byrow = TRUE) --- > dist <- 0.5 * dist - matrix(log(prior), n, ng, byrow = TRUE) It's clear then that R with the gnome gui uses a different copy of lda.default, but the output of .path.package is identical: > .path....