useDynLib(kml)

export(
    "clusterization","updateClusterization",
    "cld","clusterizLongData",
    "as.cld","as.clusterizLongData",
    "updateClusterizLongData","partitionInitialise",
    "calculCenterGeneralized","affectIndivGeneralized",
    "calculMean","affectIndiv","imputation",
    "exportClusterization","plotCriterion","plotAllCriterion"
)
exportMethods(
    "choice",
    "plot",
    "plotAll",
    "kml"
)
exportClasses(
    "Clusterization",
    "ClusterizLongData"
)

import(methods,graphics,clv,longitudinalData)
