search for: result_configur

Displaying 1 result from an estimated 1 matches for "result_configur".

2009 May 29
1
Problem making a package using S4 objects.
...Builds a Remora configuration object. # # [...] # remoraConfiguration <- function(number_clusters, class_name, weighting_function = FUNCTION_REMORA_EUCLIDEAN, scale_variance=TRUE, s_value = 0.001, d = 0.3, alfa = 0.9, eta = 0.01, niter=-1, niter_changes=5, perform_sum = TRUE, verbose=FALSE) { result_configuration <- new(CLASS_REMORA_CONFIGURATION) [...] result_configuration } I'm using R version 2.8.1 (2008-12-22). Sorry for the long email, but I don't want to miss any important information. Am I doing something wrong? If so, what? How can I overcome this problem? Thank you very muc...