Giter Site home page Giter Site logo

librf's People

Watchers

 avatar

librf's Issues

compiler error due to 'assert'

What steps will reproduce the problem?
1. make

I had to add #include <assert.h> to both discrete_dist.h and
random_forst.cc in order to compile.



[]'s
Pedro

Original issue reported on code.google.com by [email protected] on 21 Sep 2008 at 3:02

visualization

How to visualize a random forst model
I want to do image classification using random forest classifier library librf
I had done the example program rftrain and i got the output

./rftrain -t 100 -m heart.model -d ../data/heart.csv --header --csv -l 
../data/heart_labels.txt 


i got heart.model in the examples folder
how to visualize this data
I want to see the output classified image
How to acheive this??

how to create image.model from a satellite imagery

Expecting a positive reply from you


Original issue reported on code.google.com by [email protected] on 19 Dec 2011 at 7:14

csv and libsvm examples give different results

CSV:

./rftrain -t 100 -m heart.model -d ../data/heart.csv --header --csv -l 
../data/heart_labels.txt
OOB Accuracy 0.825926
---Confusion Matrix----
94 26 
21 129 
Reliability Diagram
bin fraction 1 0 total
0.05 0.04 2 48 50
0.15 0.0833333 3 33 36
0.25 0.347826 8 15 23
0.35 0.25 6 18 24
0.45 0.318182 7 15 22
0.55 0.55 11 9 20
0.65 0.722222 13 5 18
0.75 0.785714 11 3 14
0.85 0.96 24 1 25
0.95 0.921053 35 3 38
Model file saved to heart.model

libSVM:
./rftrain -t 100 -m heart.model -d ../data/heart.svm -f 14
OOB Accuracy -nan
---Confusion Matrix----
0 0 
0 0 
Reliability Diagram
bin fraction 1 0 total
0.05 -nan -2147483648 -2147483648 0
0.15 -nan -2147483648 -2147483648 0
0.25 -nan -2147483648 -2147483648 0
0.35 -nan -2147483648 -2147483648 0
0.45 -nan -2147483648 -2147483648 0
0.55 -nan -2147483648 -2147483648 0
0.65 -nan -2147483648 -2147483648 0
0.75 -nan -2147483648 -2147483648 0
0.85 -nan -2147483648 -2147483648 0
0.95 -nan -2147483648 -2147483648 0
Model file saved to heart.model


On Ubuntu 12.04 using librf release.

Cheers,
Tim

Original issue reported on code.google.com by [email protected] on 23 Mar 2013 at 4:29

Issue of rand_r

I faced a compilation errors in files that have the function call rand_r. 
Since I am trying to compile using .Net 2008, I believe its an stdlib 
problem. 
To get around this error, I have replaced all rand_r(seed) calls by 
srand(*seed) followed by rand().
Even though I do not get any compilation errors now, I would like to 
confirm if I've done the right thing. I understand the code is no longer 
thread safe now.

Manika

Original issue reported on code.google.com by [email protected] on 11 Feb 2009 at 3:34

ARFF support

Add proper support for attribute relation file format.

Original issue reported on code.google.com by [email protected] on 7 Jan 2007 at 12:13

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.