VisionX V4VFCSTATVisionX V4
NAME

vfcstat − Compute classification results from a VisX classifier output file

SYNOPSIS

vfcstat [if=infile] [-sh] [-wi] [-v]

DESCRIPTION

Vfcstat computes the results of a classifier based on the output file from the classification program that contains the correct class and the classified class. It outputs the number of items, the number of classes, and for each class, the number that were classified correctly and incorrectly.

Additionaly it gives a per-class breakdown of the items incorrectly classified telling which of the actual classes they belonged to.

OPTIONS

if=input file

The input file is a file output by vclasf to process.

-sh

The -sh flag selects shell output.

-wi

The -wi flag selects output suitable for evaluation in a TCL script.

-v

The -v flag selects the verbose option.

AUTHOR

Artit Jirapatnakul

SEE ALSO

vclasf(1), vfvcat(1), vfvpick(1), vxtoxl(1)