search for: weighting_function

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

2009 May 29
1
Problem making a package using S4 objects.
...for the remoraConfiguration S4 object. # # Class configuration definition. # CLASS_REMORA_CONFIGURATION <- "remoraConfiguration" class_configuration <- setClass(CLASS_REMORA_CONFIGURATION, representation(number_clusters = "numeric", class_name = "character", weighting_function="character", scale_variance="logical", s="numeric", d="numeric", alfa="numeric", eta = "numeric", niter="numeric", niter_changes="numeric", perform_sum="logical", verbose="logical"), prototype...