cascading.pattern.ensemble.selection
Class CategoricalSelector

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

public abstract class CategoricalSelector
extends SelectionStrategy

See Also:
Serialized Form

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

Constructor Detail

CategoricalSelector

public CategoricalSelector()
Method Detail

select

public abstract int select(int[] results)


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