cascading.pattern.ensemble.selection
Class PredictionSelector

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

public abstract class PredictionSelector
extends SelectionStrategy

See Also:
Serialized Form

Constructor Summary
PredictionSelector()
           
 
Method Summary
 
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

PredictionSelector

public PredictionSelector()


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