Callable<Tuple>
protected class TextLogitStream.LogitCall extends Object implements Callable<Tuple>
LogitCall(String baseUrl, Map<String,String> paramsMap, String feature, List<String> terms, List<Double> weights, String outcome, int positiveLabel, double learningRate, int iteration)
Tuple
call()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LogitCall(String baseUrl, Map<String,String> paramsMap, String feature, List<String> terms, List<Double> weights, String outcome, int positiveLabel, double learningRate, int iteration)
public Tuple call() throws Exception
call
Exception