Changeset 23


Ignore:
Timestamp:
03/16/12 13:00:39 (12 years ago)
Author:
dtax
Message:

The decision tree and random forest, with compiled code!

Location:
prextra
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • prextra/Contents.m

    r9 r23  
    2424%rbsvc        Automatic radial basis SVC
    2525%kannc        Fast k-nn classifier for large datasets by annquery
     26%dectreec     Decision tree (fast, because it's using compiled code)
     27%randomforestc  Random Forest (fast, because it's using compiled code)
    2628%
    2729%auc          error under the curve estimator
Note: See TracChangeset for help on using the changeset viewer.