source: proiecte/Parallel-DT/R8/Doc/consultr.1 @ 26

Last change on this file since 26 was 26, checked in by (none), 14 years ago

blabla

File size: 2.2 KB
Line 
1.EN
2.TH C4.5 1
3.SH NAME
4.PP
5consultr \- classify items using a rule set
6.SH SYNOPSIS
7.PP
8.B consultr
9[ \fB-f\fR FNS ]
10[ \fB-t\fR ]
11.SH DESCRIPTION
12.PP
13.I Consultr
14reads a rule set produced by c4.5rules and
15uses this to classify items whose description
16is provided by the user.
17The rule set read is
18.I filestem.rules,
19where
20.I filestem
21is the file name stem (see manual entry for c4.5).
22.PP
23Consultr prompts for the value of an attribute when needed.
24Unknown attribute values are specified as '?'.
25.PP
26If the attribute has discrete values, its value
27can be specified either as
28.ti 8
29.I v
30.br
31where v is one of the permissible values of the attribute, or as
32.ti 8
33.I "v1:p1, v2:p2, ... , vn:pn"
34.br
35where the vi's are some or all of the permissible values of the
36attribute and the pi's are corresponding probabilities.
37If the sum of the pi's is less than 1, the remaining probability
38is distributed equally among the unspecified values of the
39attribute.  For example, if attribute A has possible values
40X, Y and Z, the reply
41.ti 8
42X:0.5
43.br
44is the same as
45.ti 8
46X:0.5, Y:0.25, Z:0.25
47.PP
48If the attribute has real values, its value can be
49specified either as
50.ti 8
51.I r
52.br
53where r is a real number, or as
54.ti 8
55.I r1 - r2
56.br
57where r1 and r2 are real numbers.  The latter form is
58taken to mean "somewhere in the interval [r1,r2]".
59.PP
60When all relevant attributes have been determined,
61consultr will give a class that the item might
62belong to.  The likelihood of the class may be
63indicated by a probability.  For example,
64.ti 8
65.I "C1  CF = 0.9"
66.br
67means "class C1 with probability 0.9".
68.PP
69At the end of each item, consultr will prompt for
70retrial of the same item, a new item, or end of session.
71When retrying an item, the previous values of queried
72attributes are displayed in square brackets.  If the
73value is unchanged, reply with a carriage return;
74otherwise, specify the changed value.
75.PP
76Options and their meanings are:
77.PP
78.TP 12
79.BI \-f filestem\^
80Specify the filename stem (default
81.B DF)
82.TP
83.B \-t
84Display the rule set at the start of the consulting
85session.
86.SH FILES
87.PP
88.in 8
89consultr
90.br
91filestem.names
92.br
93filestem.rules
94.in 0
95.PP
96.SH SEE ALSO
97.PP
98c4.5(1), c4.5rules(1)
99.PP
100.SH BUGS
Note: See TracBrowser for help on using the repository browser.