useDynLib(kknn, .registration=TRUE)

import(Matrix, igraph, stats)

export(simulation, kknn, train.kknn, cv.kknn, contr.dummy, contr.metric, contr.ordinal, specClust)

S3method('plot', train.kknn)
S3method('predict', kknn)
S3method('predict', train.kknn)
S3method('print', kknn)
S3method('print', train.kknn)
S3method('summary', kknn)
S3method('summary', train.kknn)

S3method('plot', specClust)
# update



