Liking cljdoc? Tell your friends :D

clj-ml.attribute-selection


apply-optsclj

(apply-opts f opts)
source

attribute-eval-optionsclj

(attribute-eval-options m)
source

attribute-selectorclj

(attribute-selector &
                    {:keys [search evaluator folds random-seed rank] :as opts})

Returns an attibute selector. A search and evaluator object are required. You may also specify that a cross-validation needs to be done by passing in the number of folds.

Returns an attibute selector.  A search and evaluator object are required.  You may
also specify that a cross-validation needs to be done by passing in the number of
folds.
sourceraw docstring

best-firstclj

(best-first & {:as options})
source

cfs-subset-evalclj

(cfs-subset-eval & {:as options})
source

chi-squaredclj

(chi-squared & {:as options})
source

descclj

(desc a b)
source

gain-ratioclj

(gain-ratio & {:as options})
source

geneticclj

(genetic & {:as options})
source

greedyclj

(greedy & {:as options})
source

info-gainclj

(info-gain & {:as options})
source

make-weka-objclj

(make-weka-obj kind options)
source

obj-aliasesclj

Mapping of cjl-ml keywords to actual Weka classes

Mapping of cjl-ml keywords to actual Weka classes
sourceraw docstring

one-Rclj

(one-R & {:as options})
source

rank-attributesclj

(rank-attributes ds evaluator)

Similar to what select-attributes with ranker would do but it returns the score associated with each attribute.

Similar to what select-attributes with ranker would do but it returns the score
associated with each attribute.
sourceraw docstring

(rank-search & {:keys [evaluator step-size start-point] :as opts})
source

rankerclj

(ranker & {:as options})
source

reliefclj

(relief & {:as options})
source

select-attributesclj

(select-attributes ds & {:keys [selector search evaluator] :as opts})

Takes a data set and a selector, or options to build a selector. The best attributes are then selected using the selector's settings. A list of attributes will be returned along with the used selector in the metadata of the list.

Takes a data set and a selector, or options to build a selector.  The best attributes
are then selected using the selector's settings.  A list of attributes will be returned
along with the used selector in the metadata of the list.
sourceraw docstring

symmetrical-uncertclj

(symmetrical-uncert & {:as options})
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close