vivzqs / random-forest

Randomized Decision Trees: A Fast C++ Implementation of Random Forests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

random-forest

A Fast C++ Implementation of Random Forests

This header file contains a fast C++ implementation of Random Forests as described in: Leo Breiman. Random Forests. Machine Learning 45(1):5-32, 2001.

License

This software was developed by

  • Bjoern Andres
  • Steffen Kirchhoff
  • Evgeny Levinkov.

Enquiries shall be directed to bjoern@andres.sc.

THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

About

Randomized Decision Trees: A Fast C++ Implementation of Random Forests.


Languages

Language:C++ 99.1%Language:CMake 0.9%