cascading.pattern.ensemble.selection
Class SelectionStrategy

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

public abstract class SelectionStrategy
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SelectionStrategy()
           
 
Method Summary
abstract  boolean isParallel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SelectionStrategy

public SelectionStrategy()
Method Detail

isParallel

public abstract boolean isParallel()

toString

public String toString()
Overrides:
toString in class Object


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