[bob.bio.algorithm]
bic = bob.bio.base.config.algorithm.bic:algorithm
distance-cosine = bob.bio.base.config.algorithm.distance_cosine:algorithm
distance-euclidean = bob.bio.base.config.algorithm.distance_euclidean:algorithm
dummy = bob.bio.base.test.dummy.algorithm:algorithm
lda = bob.bio.base.config.algorithm.lda:algorithm
pca = bob.bio.base.config.algorithm.pca:algorithm
pca+lda = bob.bio.base.config.algorithm.pca_lda:algorithm
pca+plda = bob.bio.base.config.algorithm.pca_plda:algorithm
plda = bob.bio.base.config.algorithm.plda:algorithm

[bob.bio.config]
dummy = bob.bio.base.test.dummy.config
dummy2 = bob.bio.base.test.dummy.config2

[bob.bio.database]
dummy = bob.bio.base.test.dummy.database:database

[bob.bio.extractor]
dummy = bob.bio.base.test.dummy.extractor:extractor
linearize = bob.bio.base.config.extractor.linearize:extractor

[bob.bio.grid]
demanding = bob.bio.base.config.grid.demanding:grid
gpu = bob.bio.base.config.grid.gpu:grid
grid = bob.bio.base.config.grid.grid:grid
local-p16 = bob.bio.base.config.grid.local:grid_p16
local-p4 = bob.bio.base.config.grid.local:grid
local-p8 = bob.bio.base.config.grid.local:grid_p8

[bob.bio.preprocessor]
dummy = bob.bio.base.test.dummy.preprocessor:preprocessor
filename = bob.bio.base.config.preprocessor.filename:preprocessor

[bob.db]
bio_filelist = bob.bio.base.database.filelist.driver:Interface

[console_scripts]
collect_results.py = bob.bio.base.script.collect_results:main
databases.py = bob.bio.base.script.resources:databases
enroll.py = bob.bio.base.script.enroll:main
evaluate.py = bob.bio.base.script.evaluate:main
extract.py = bob.bio.base.script.extract:main
fuse_scores.py = bob.bio.base.script.fuse_scores:main
grid_search.py = bob.bio.base.script.grid_search:main
preprocess.py = bob.bio.base.script.preprocess:main
resources.py = bob.bio.base.script.resources:resources
score.py = bob.bio.base.script.score:main
verify.py = bob.bio.base.script.verify:main

