package orandforest
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
A random forest classifier based on OC4.5.
Install
dune-project
Dependency
Authors
Maintainers
Sources
v1.0.0.tar.gz
sha256=ecb0d2944c1a5d48f4bc6e219643e12430ec0c27b5ff2219e8e9cb55c813c8ab
md5=c4db62f8692d06e6fe0eea8f7d4d791e
Description
Random forests are an ensemble learning method for classification and regression. Random forests correct decision trees' habit of over-fitting to their training set. Cf. "Breiman, Leo, 2001. Random forests. Machine learning, 45(1), pp.5-32" for details.
Published: 15 Feb 2018
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page