Uses of Interface
edu.memphis.ccrg.lida.pam.tasks.DetectionAlgorithm

Packages that use DetectionAlgorithm
edu.memphis.ccrg.lida.pam Contains classes related to the definition of the Perceptual Associative Memory module and its default implementation. 
edu.memphis.ccrg.lida.pam.tasks Contains classes implementing several low-level processes of the default PerceptualAssociativeMemory. 
 

Uses of DetectionAlgorithm in edu.memphis.ccrg.lida.pam
 

Methods in edu.memphis.ccrg.lida.pam with parameters of type DetectionAlgorithm
 void PerceptualAssociativeMemory.addDetectionAlgorithm(DetectionAlgorithm fd)
          Adds specified DetectionAlgorithm to be run.
 void PerceptualAssociativeMemoryImpl.addDetectionAlgorithm(DetectionAlgorithm detector)
           
 

Uses of DetectionAlgorithm in edu.memphis.ccrg.lida.pam.tasks
 

Classes in edu.memphis.ccrg.lida.pam.tasks that implement DetectionAlgorithm
 class BasicDetectionAlgorithm
          This class implements the FeatureDetector interface and provides default methods.
 class MultipleDetectionAlgorithm
          This class implements the FeatureDetector interface and provides default methods.