cascading.pattern.ensemble.selection
Class PredictionSelectionBuffer.DecisionContext

java.lang.Object
  extended by cascading.pattern.ensemble.selection.PredictionSelectionBuffer.DecisionContext
Enclosing class:
PredictionSelectionBuffer

protected class PredictionSelectionBuffer.DecisionContext
extends Object


Field Summary
 double[] results
           
 Tuple tuple
           
 
Constructor Summary
protected PredictionSelectionBuffer.DecisionContext()
           
 
Method Summary
 Tuple result(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tuple

public Tuple tuple

results

public double[] results
Constructor Detail

PredictionSelectionBuffer.DecisionContext

protected PredictionSelectionBuffer.DecisionContext()
Method Detail

result

public Tuple result(Object value)


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