MANIFEST.in
README.rst
bootstrap-buildout.py
buildout.cfg
develop.cfg
requirements.txt
setup.py
test-requirements.txt
version.txt
bob/__init__.py
bob.bio.base.egg-info/PKG-INFO
bob.bio.base.egg-info/SOURCES.txt
bob.bio.base.egg-info/dependency_links.txt
bob.bio.base.egg-info/entry_points.txt
bob.bio.base.egg-info/not-zip-safe
bob.bio.base.egg-info/requires.txt
bob.bio.base.egg-info/top_level.txt
bob/bio/__init__.py
bob/bio/base/__init__.py
bob/bio/base/grid.py
bob/bio/base/algorithm/Algorithm.py
bob/bio/base/algorithm/BIC.py
bob/bio/base/algorithm/Distance.py
bob/bio/base/algorithm/LDA.py
bob/bio/base/algorithm/PCA.py
bob/bio/base/algorithm/PLDA.py
bob/bio/base/algorithm/__init__.py
bob/bio/base/config/__init__.py
bob/bio/base/config/algorithm/__init__.py
bob/bio/base/config/algorithm/bic.py
bob/bio/base/config/algorithm/distance_cosine.py
bob/bio/base/config/algorithm/distance_euclidean.py
bob/bio/base/config/algorithm/lda.py
bob/bio/base/config/algorithm/pca.py
bob/bio/base/config/algorithm/pca_lda.py
bob/bio/base/config/algorithm/pca_plda.py
bob/bio/base/config/algorithm/plda.py
bob/bio/base/config/extractor/__init__.py
bob/bio/base/config/extractor/linearize.py
bob/bio/base/config/grid/__init__.py
bob/bio/base/config/grid/demanding.py
bob/bio/base/config/grid/gpu.py
bob/bio/base/config/grid/grid.py
bob/bio/base/config/grid/local.py
bob/bio/base/config/preprocessor/__init__.py
bob/bio/base/config/preprocessor/filename.py
bob/bio/base/database/__init__.py
bob/bio/base/database/database.py
bob/bio/base/database/file.py
bob/bio/base/database/filelist/__init__.py
bob/bio/base/database/filelist/driver.py
bob/bio/base/database/filelist/models.py
bob/bio/base/database/filelist/query.py
bob/bio/base/extractor/Extractor.py
bob/bio/base/extractor/Linearize.py
bob/bio/base/extractor/__init__.py
bob/bio/base/preprocessor/Filename.py
bob/bio/base/preprocessor/Preprocessor.py
bob/bio/base/preprocessor/__init__.py
bob/bio/base/script/__init__.py
bob/bio/base/script/collect_results.py
bob/bio/base/script/enroll.py
bob/bio/base/script/evaluate.py
bob/bio/base/script/extract.py
bob/bio/base/script/fuse_scores.py
bob/bio/base/script/grid_search.py
bob/bio/base/script/preprocess.py
bob/bio/base/script/resources.py
bob/bio/base/script/score.py
bob/bio/base/script/verify.py
bob/bio/base/test/__init__.py
bob/bio/base/test/test_algorithms.py
bob/bio/base/test/test_config_file.py
bob/bio/base/test/test_database_implementations.py
bob/bio/base/test/test_extractor.py
bob/bio/base/test/test_filelist.py
bob/bio/base/test/test_preprocessor.py
bob/bio/base/test/test_scripts.py
bob/bio/base/test/test_tools.py
bob/bio/base/test/test_utils.py
bob/bio/base/test/utils.py
bob/bio/base/test/data/bic_enroller.hdf5
bob/bio/base/test/data/bic_model.hdf5
bob/bio/base/test/data/iec_enroller.hdf5
bob/bio/base/test/data/lda_model.hdf5
bob/bio/base/test/data/lda_projected.hdf5
bob/bio/base/test/data/lda_projector.hdf5
bob/bio/base/test/data/pca_model.hdf5
bob/bio/base/test/data/pca_projected.hdf5
bob/bio/base/test/data/pca_projector.hdf5
bob/bio/base/test/data/plda_enroller.hdf5
bob/bio/base/test/data/plda_model.hdf5
bob/bio/base/test/data/plda_nopca_enroller.hdf5
bob/bio/base/test/data/plda_nopca_model.hdf5
bob/bio/base/test/data/scores-nonorm-calibrated-dev
bob/bio/base/test/data/scores-nonorm-dev
bob/bio/base/test/data/scores-nonorm-fileset-dev
bob/bio/base/test/data/scores-nonorm-fivecol-dev
bob/bio/base/test/data/scores-nonorm-openset-dev
bob/bio/base/test/data/scores-ztnorm-calibrated-dev
bob/bio/base/test/data/scores-ztnorm-dev
bob/bio/base/test/data/scores-ztnorm-fileset-dev
bob/bio/base/test/data/scores-ztnorm-fivecol-dev
bob/bio/base/test/data/atnt/models.lst
bob/bio/base/test/data/atnt/probes.lst
bob/bio/base/test/data/atnt/world.lst
bob/bio/base/test/data/example_filelist/data/model4_session1_sample2.pos
bob/bio/base/test/data/example_filelist/dev/for_models.lst
bob/bio/base/test/data/example_filelist/dev/for_probes.lst
bob/bio/base/test/data/example_filelist/dev/for_scores.lst
bob/bio/base/test/data/example_filelist/dev/for_tnorm.lst
bob/bio/base/test/data/example_filelist/dev/for_znorm.lst
bob/bio/base/test/data/example_filelist/eval/for_models.lst
bob/bio/base/test/data/example_filelist/eval/for_probes.lst
bob/bio/base/test/data/example_filelist/eval/for_scores.lst
bob/bio/base/test/data/example_filelist/eval/for_tnorm.lst
bob/bio/base/test/data/example_filelist/eval/for_znorm.lst
bob/bio/base/test/data/example_filelist/norm/train_optional_world_1.lst
bob/bio/base/test/data/example_filelist/norm/train_optional_world_2.lst
bob/bio/base/test/data/example_filelist/norm/train_world.lst
bob/bio/base/test/data/example_filelist2/dev/for_models.lst
bob/bio/base/test/data/example_filelist2/dev/for_scores.lst
bob/bio/base/test/dummy/__init__.py
bob/bio/base/test/dummy/algorithm.py
bob/bio/base/test/dummy/algorithm_noprojection.py
bob/bio/base/test/dummy/config.py
bob/bio/base/test/dummy/config2.py
bob/bio/base/test/dummy/database.py
bob/bio/base/test/dummy/extractor.py
bob/bio/base/test/dummy/filelist.py
bob/bio/base/test/dummy/fileset.py
bob/bio/base/test/dummy/grid_search.py
bob/bio/base/test/dummy/preprocessor.py
bob/bio/base/tools/FileSelector.py
bob/bio/base/tools/__init__.py
bob/bio/base/tools/algorithm.py
bob/bio/base/tools/command_line.py
bob/bio/base/tools/extractor.py
bob/bio/base/tools/grid.py
bob/bio/base/tools/preprocessor.py
bob/bio/base/tools/scoring.py
bob/bio/base/utils/__init__.py
bob/bio/base/utils/io.py
bob/bio/base/utils/resources.py
bob/bio/base/utils/singleton.py
doc/conf.py
doc/experiments.rst
doc/filelist-guide.rst
doc/implementation.rst
doc/implemented.rst
doc/index.rst
doc/installation.rst
doc/links.rst
doc/more.rst
doc/py_api.rst
doc/struct_bio_rec_sys.rst