cascading.pattern.ensemble.selection
Class Average

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

public class Average
extends PredictionSelector

See Also:
Serialized Form

Constructor Summary
Average()
           
 
Method Summary
 boolean isParallel()
           
 
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

Average

public Average()
Method Detail

isParallel

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


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