cascading.pattern.ensemble.selection
Class PredictionSelectionBuffer

java.lang.Object
  extended by cascading.operation.BaseOperation<Context>
      extended by cascading.pattern.ensemble.selection.SelectionBuffer<PredictionSelectionBuffer.DecisionContext>
          extended by cascading.pattern.ensemble.selection.PredictionSelectionBuffer
All Implemented Interfaces:
cascading.flow.planner.DeclaresResults, Buffer<PredictionSelectionBuffer.DecisionContext>, Operation<PredictionSelectionBuffer.DecisionContext>, cascading.util.Traceable, Serializable

public class PredictionSelectionBuffer
extends SelectionBuffer<PredictionSelectionBuffer.DecisionContext>

See Also:
Serialized Form

Nested Class Summary
protected  class PredictionSelectionBuffer.DecisionContext
           
 
Field Summary
 
Fields inherited from class cascading.pattern.ensemble.selection.SelectionBuffer
ensembleSpec
 
Fields inherited from class cascading.operation.BaseOperation
fieldDeclaration, numArgs, trace
 
Fields inherited from interface cascading.operation.Operation
ANY
 
Constructor Summary
PredictionSelectionBuffer(EnsembleSpec ensembleSpec)
           
 
Method Summary
 void operate(FlowProcess flowProcess, BufferCall<PredictionSelectionBuffer.DecisionContext> bufferCall)
           
 void prepare(FlowProcess flowProcess, OperationCall<PredictionSelectionBuffer.DecisionContext> operationCall)
           
 
Methods inherited from class cascading.operation.BaseOperation
cleanup, equals, flush, getFieldDeclaration, getNumArgs, getTrace, hashCode, isSafe, printOperationInternal, toString, toStringInternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface cascading.operation.Operation
cleanup, flush, getFieldDeclaration, getNumArgs, isSafe
 

Constructor Detail

PredictionSelectionBuffer

public PredictionSelectionBuffer(EnsembleSpec ensembleSpec)
Method Detail

prepare

public void prepare(FlowProcess flowProcess,
                    OperationCall<PredictionSelectionBuffer.DecisionContext> operationCall)
Specified by:
prepare in interface Operation<PredictionSelectionBuffer.DecisionContext>
Overrides:
prepare in class BaseOperation<PredictionSelectionBuffer.DecisionContext>

operate

public void operate(FlowProcess flowProcess,
                    BufferCall<PredictionSelectionBuffer.DecisionContext> bufferCall)


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