Uses of Class
edu.harvard.seas.iis.abilities.analysis.MovementFilter

Packages that use MovementFilter
edu.harvard.seas.iis.abilities.analysis   
edu.harvard.seas.iis.abilities.classify   
 

Uses of MovementFilter in edu.harvard.seas.iis.abilities.analysis
 

Subclasses of MovementFilter in edu.harvard.seas.iis.abilities.analysis
 class SimpleMovementFilter
           
 

Methods in edu.harvard.seas.iis.abilities.analysis with parameters of type MovementFilter
 String MovementAverage.classifyAndComputeAverages(Collection<Movement> movements, MovementFilter filter, int samplesPerMovement)
           
 

Method parameters in edu.harvard.seas.iis.abilities.analysis with type arguments of type MovementFilter
static Vector<Movement> MovementFilter.filter(Collection<MovementFilter> filters, Collection<Movement> movements)
          Applies a collection of filters to a collection of movements
 

Uses of MovementFilter in edu.harvard.seas.iis.abilities.classify
 

Methods in edu.harvard.seas.iis.abilities.classify with parameters of type MovementFilter
 Vector<Movement> MovementClassifier.parseAndClassify(File[] files, MovementFilter filter, Parser parser, boolean useTargetInformation)
          Reads log files, uses the parser to extract movements out of the log files, uses the filter to select only the subset of the movements that are of interest, and classifies them.