DefaultOutput
Adaptor class -- write a matrix output using Format classes.
- file: output/default.cpp
- inherits: MatrixOutput
- author(s): Charles Otto
- properties: None
EmptyOutput
Output to the terminal.
- file: output/empty.cpp
- inherits: MatrixOutput
- author(s): Josh Klontz
- properties: None
bestOutput
The highest scoring matches.
- file: output/best.cpp
- inherits: Output
- author(s): Josh Klontz
- properties: None
csvOutput
Comma separated values output.
- file: output/csv.cpp
- inherits: MatrixOutput
- author(s): Josh Klontz
- properties: None
evalOutput
Evaluate the output matrix.
- file: output/eval.cpp
- inherits: MatrixOutput
- author(s): Josh Klontz
- properties: None
heatOutput
Matrix-like output for heat maps.
- file: output/heat.cpp
- inherits: MatrixOutput
- author(s): Scott Klum
- properties: None
histOutput
Score histogram.
- file: output/hist.cpp
- inherits: Output
- author(s): Josh Klontz
- properties: None
knnOutput
Outputs the k-Nearest Neighbors from the gallery for each probe.
- file: output/knn.cpp
- inherits: MatrixOutput
- author(s): [Ben Klein][bhklein]
- properties: None
meltOutput
One score per row.
- file: output/melt.cpp
- inherits: MatrixOutput
- author(s): Josh Klontz
- properties: None
mtxOutput
simmat output.
- file: output/mtx.cpp
- inherits: Output
- author(s): Josh Klontz
- properties: None
nullOutput
Discards the scores.
- file: output/null.cpp
- inherits: Output
- author(s): Josh Klontz
- properties: None
rankOutput
Outputs highest ranked matches with scores.
- file: output/rank.cpp
- inherits: MatrixOutput
- author(s): Scott Klum
- properties: None
rrOutput
Rank retrieval output.
- file: output/rr.cpp
- inherits: MatrixOutput
- author(s): Josh Klontz, Scott Klum
- properties: None
tailOutput
The highest scoring matches.
- file: output/tail.cpp
- inherits: Output
- author(s): Josh Klontz
- properties: None
txtOutput
Text file output.
- file: output/txt.cpp
- inherits: MatrixOutput
- author(s): Josh Klontz
- properties: None