Projet

Général

Profil

Actions

Score » Historique » Révision 1

Révision 1/3 | Suivant »
François Rioult, 19/10/2013 20:49


Score

Synopsis

score computes the validation values from a decision file

Input format

Each lines has three fields, separated by a tab char:
1. The string description of the object, whose first field is the true class
2. the decision value for the first class (1)
3. the decision value for Class 2
etc.

Example

$ cat > /tmp/test
1 2 
2 3 
^D
$ mtminer /tmp/test
2 
# depth 2
1 3 

C++ code

The code is avalaible below (mtminer-dist.tgz).

Reference

[1] Hébert C., Bretto A., Crémilleux B. A data mining formalization to improve hypergraph transversal computation, Fundamenta Informaticae, IOS Press, 80(4), pp. 415-433, 2007.

Mis à jour par François Rioult il y a plus de 10 ans · 1 révisions