1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
# AutoClass C report parameter file -- simple.r-params
; -- Creator/Donor: Jim Van Zandt <jrv@debian.org>
; -- Date: 23 January 2000
report_mode = "data"
comment_data_headers_p = true
! the default value does not insert # in column 1 of most
! report_mode = "data" header lines. If specified as true, the comment
! character will be inserted in most header lines.
free_storage_p = false
! The default value tells AutoClass to free the majority of its allocated
! storage. This is not required, and in the case of DEC Alpha's causes
! core dump. If specified as false, AutoClass will not attempt to free
! storage.
# sigma_contours_att_list =
! If specified, a list of real valued attribute indices (from .hd2 file)
! will be to compute sigma class contour values, when generating
! influence values report with the data option (report_mode = "data").
! If not specified, there will be no sigma class contour output.
! (e.g. sigma_contours_att_list = 3, 4, 5, 8, 15)
|