~ Function: parKml3d ~
parKml3d(saveFreq = 100, maxIt = 200, imputationMethod = "copyMean", distanceName = "euclidean3d", power = 2, distance = function() { }, centerMethod = meanNA, startingCond = "nearlyAll", nbCriterion =100,scale=TRUE)
saveFreq |
|
maxIt |
|
imputationMethod |
|
distanceName |
|
power |
|
distance |
|
centerMethod |
|
startingCond |
|
nbCriterion |
|
scale |
|
An object ParKml
.
### Generation of some data cld1 <- generateArtificialLongData3d(c(15,15,15)) ### Setting two different set of option : (option1 <- parKml3d()) (option2 <- parKml3d(centerMethod=function(x)median(x,na.rm=TRUE))) ### Running kml. Formaly, the second exemple is 'k-median' kml3d(cld1,4,1,toPlot="both",parAlgo=option1) kml3d(cld1,4,1,toPlot="both",parAlgo=option2)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.