Liking cljdoc? Tell your friends :D

clj-ml-dev.attribute-selection


apply-optsclj

(apply-opts f opts)

attribute-eval-optionsclj

(attribute-eval-options m)

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.
raw docstring

best-firstclj

(best-first & {:as options})

cfs-subset-evalclj

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

chi-squaredclj

(chi-squared & {:as options})

descclj

(desc a b)

gain-ratioclj

(gain-ratio & {:as options})

greedyclj

(greedy & {:as options})

info-gainclj

(info-gain & {:as options})

make-weka-objclj

(make-weka-obj kind options)

obj-aliasesclj

Mapping of cjl-ml keywords to actual Weka classes

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

one-Rclj

(one-R & {:as options})

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.
raw docstring

rankerclj

(ranker & {:as options})

reliefclj

(relief & {:as options})

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.
raw docstring

symmetrical-uncertclj

(symmetrical-uncert & {:as options})

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

× close