Displaying 1 result from an estimated 1 matches for "nbredrawing".
2009 Sep 09
1
Package that does not work until I re write the exactly the same code
...; incorrect
--- 8< --------------
So I make some verifications:
--- 8< ----
class(dn)
# [1] "ClusterizLongData"
# attr(,"package")
# [1] "kml"
getMethod("kml","ClusterizLongData")
# Method Definition:
#
# function (Object, nbClusters = 2:6, nbRedrawing = 20, saveFreq = 100,
# maxIt = 200, trajMinSize = 2, print.cal = FALSE, print.traj = FALSE,
# imputationMethod = "copyMean", distance, power = 2, centerMethod =
meanNA,
# startingCond = "allMethods", distanceStartingCond = "euclidean",
# ...)
#{
# nbIdFu...