Package: classifly
Type: Package
Title: Explore classification models in high dimensions
Version: 0.3
Depends: rpart, MASS, nnet, class, e1071, reshape
Suggests: randomForest, rggobi
Author: Hadley Wickham <h.wickham@gmail.com>
Maintainer: Hadley Wickham <h.wickham@gmail.com>
Description: Given $p$-dimensional training data containing $d$ groups
        (the design space), a classification algorithm (classifier)
        predicts which group new data belongs to.  Generally the input
        to these algorithms is high dimensional, and the boundaries
        between groups will be high dimensional and perhaps curvilinear
        or multi-faceted. This package implements methods for
        understanding the division of space between the groups.
URL: http://had.co.nz/classifly
License: MIT
LazyData: true
Collate: 'classification.r' 'data.r' 'explore.r' 'knn.r'
Packaged: 2011-01-28 20:53:23 UTC; hadley
Repository: CRAN
Date/Publication: 2011-01-29 08:35:37
Built: R 2.13.2; ; 2012-02-25 02:29:33 UTC; windows
