com.anji.fingerprint
Class Evaluator

java.lang.Object
  extended bycom.anji.fingerprint.Evaluator
All Implemented Interfaces:
Configurable

public class Evaluator
extends java.lang.Object
implements Configurable

Evaluator


Constructor Summary
Evaluator()
           
 
Method Summary
 ConfusionMatrix evaluate()
          Have the classifier process all images in directory, and report on how many are correct and incorrect.
 void init(Properties props)
          init
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Evaluator

public Evaluator()
Method Detail

init

public void init(Properties props)
          throws java.lang.Exception
init

Specified by:
init in interface Configurable
Parameters:
props -
Throws:
java.lang.Exception

evaluate

public ConfusionMatrix evaluate()
                         throws java.io.IOException
Have the classifier process all images in directory, and report on how many are correct and incorrect.

Returns:
confusion matrix
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Parameters:
args -
Throws:
java.lang.Exception