[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
distance-hamming = bob.bio.base.config.algorithm.distance_hamming:algorithm
dummy = bob.bio.base.test.dummy.algorithm:algorithm
dummy_metadata = bob.bio.base.test.dummy.algorithm:algorithm_metadata
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.annotator]
dummy = bob.bio.base.test.dummy.annotator:annotator

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

[bob.bio.cli]
annotate = bob.bio.base.script.annotate:annotate
baseline = bob.bio.base.script.baseline:baseline
cmc = bob.bio.base.script.commands:cmc
det = bob.bio.base.script.commands:det
dir = bob.bio.base.script.commands:dir
epc = bob.bio.base.script.commands:epc
evaluate = bob.bio.base.script.commands:evaluate
gen = bob.bio.base.script.gen:gen
hist = bob.bio.base.script.commands:hist
metrics = bob.bio.base.script.commands:metrics
multi-metrics = bob.bio.base.script.commands:multi_metrics
roc = bob.bio.base.script.commands:roc

[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
dummy_metadata = bob.bio.base.test.dummy.extractor:extractor_metadata
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
dummy_metadata = bob.bio.base.test.dummy.preprocessor:preprocessor_metadata
filename = bob.bio.base.config.preprocessor.filename:preprocessor

[bob.cli]
bio = bob.bio.base.script.bio:bio

[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
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

