cascading.pattern.ensemble.selection
Class CategoricalSelectionBuffer.DecisionContext

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

protected class CategoricalSelectionBuffer.DecisionContext
extends Object


Field Summary
 int[] results
           
 Tuple tuple
           
 
Constructor Summary
protected CategoricalSelectionBuffer.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 int[] results
Constructor Detail

CategoricalSelectionBuffer.DecisionContext

protected CategoricalSelectionBuffer.DecisionContext()
Method Detail

result

public Tuple result(Object value)


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