cascading.pattern.ensemble.selection
Class MajorityVote

java.lang.Object
  extended by cascading.pattern.ensemble.selection.SelectionStrategy
      extended by cascading.pattern.ensemble.selection.CategoricalSelector
          extended by cascading.pattern.ensemble.selection.MajorityVote
All Implemented Interfaces:
Serializable

public class MajorityVote
extends CategoricalSelector

See Also:
Serialized Form

Constructor Summary
MajorityVote()
           
 
Method Summary
 boolean isParallel()
           
 int select(int[] results)
           
 
Methods inherited from class cascading.pattern.ensemble.selection.SelectionStrategy
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MajorityVote

public MajorityVote()
Method Detail

isParallel

public boolean isParallel()
Specified by:
isParallel in class SelectionStrategy

select

public int select(int[] results)
Specified by:
select in class CategoricalSelector


Copyright © 2007-2015 Concurrent, Inc. All Rights Reserved.