This file is indexed.

/usr/share/doc/python-pebl/html/_sources/result.txt is in python-pebl-doc 1.0.2-2.

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
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
:mod:`result` -- Learner results
================================

.. module:: pebl.result
    :synopsis: Learner results

This module includes a few classes and functions for working with results of
any Pebl learner.

Configuration Parameters
------------------------

.. Autogenerated by pebl.config.paramdocs at Tue Jun 24 01:54:59 2008

.. confparam:: result.filename

	The name of the result output file
	default=result.pebl

.. confparam:: result.format

	The format for the pebl result file (pickle or html)
	default=pickle

.. confparam:: result.outdir

	Directory for html report.
	default=result

.. confparam:: result.size

	Number of top-scoring networks to save. Specify 0 to indicate that all scored networks should be saved.
	default=1000


Learner Result
--------------

.. autoclass:: LearnerResult
    :members:

Functions
---------

.. autofunction:: merge

.. autofunction:: fromfile