Classes
core/vpdl/vpdt/vpdt_mixture_detector.h File Reference

Detectors applying to mixtures. More...

#include <vpdl/vpdt/vpdt_field_traits.h>

Go to the source code of this file.

Classes

class  vpdt_mixture_any_detector< mixture_type, detector_type >
 Apply a detector to each component to see if ANY match. More...
class  vpdt_mixture_all_detector< mixture_type, detector_type >
 Apply a detector to each component to see if ALL match. More...
class  vpdt_mixture_top_weight_detector< mixture_type, detector_type >
 Apply a detector to each component in order while the total weight is below a threshold. More...

Detailed Description

Detectors applying to mixtures.

Author:
Matt Leotta (mleotta@lems.brown.edu)
Date:
March 11, 2009
    Modifications
     <None yet>
   

Definition in file vpdt_mixture_detector.h.