DefaultOutput

Adaptor class -- write a matrix output using Format classes.


EmptyOutput

Output to the terminal.


bestOutput

The highest scoring matches.


csvOutput

Comma separated values output.


evalOutput

Evaluate the output matrix.


heatOutput

Matrix-like output for heat maps.


histOutput

Score histogram.


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.


mtxOutput

simmat output.


nullOutput

Discards the scores.


rankOutput

Outputs highest ranked matches with scores.


rrOutput

Rank retrieval output.


tailOutput

The highest scoring matches.


txtOutput

Text file output.