This file is indexed.

/usr/share/doc/autoclass/examples/simple.s-params is in autoclass 3.3.6.dfsg.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
# AutoClass C search parameters -- simple.s-params

;   -- Creator/Donor: Jim Van Zandt <jrv@debian.org>
;   -- Date: 23 January 2000

max_duration = 20
# max_n_tries = 0

save_compact_p = false
!       true saves classifications as machine dependent binary (.results-bin & 
!       .chkpt-bin); false saves as ascii text (.results & .chkpt)

# max_cycles = 200
!       passed to all try functions.  They will end a trial if this many cycles
!       have been done and the convergence criterion has not been satisfied.