This file is indexed.

/usr/share/doc/libfann2/README is in libfann2 2.1.0~beta~dfsg-8.

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
Fast Artificial Neural Network Library (fann)

Fast Artificial Neural Network Library implements multilayer
artificial neural networks in C with support for both fully connected
and sparsely connected networks. Cross-platform execution in both
fixed and floating point are supported. It includes a framework for
easy handling of training data sets. It is easy to use, versatile,
well documented, and fast. Bindings to other programming languages 
and a GUI are also available.

A reference manual accompanies the library with examples and
recommendations on how to use the library.

The reference manual is available at: http://leenissen.dk/fann/html/index.html

A university report about the implementation of version 1.0 is also
available, please see: 
http://prdownloads.sourceforge.net/fann/fann_doc_complete_1.0.pdf?download

An article about how to use the library is available at: doc/fann_en.pdf

For installation do the following:
type command: ./configure
type command: make
Now you would like to be root in order to install
type command: su
type command: make install
type command: exit
Now you are not root anymore, and you can test the library.
type command: cd examples
type command: make runtest

For further installation instructions see: INSTALL

For example programs please see:
examples/simple_train.c
examples/simple_test.c

For more information and downloads, please go to:
http://fann.sourceforge.net/