java.lang.Object
org.apache.solr.client.solrj.io.stream.TextLogitStream.LogitCall
-
Constructor Summary
Constructors
LogitCall(String baseUrl,
Map<String,String> paramsMap,
String feature,
List<String> terms,
List<Double> weights,
String outcome,
int positiveLabel,
double learningRate,
int iteration,
double threshold,
List<Double> idfs,
SolrClientCache clientCache)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LogitCall
public LogitCall(String baseUrl,
Map<String,String> paramsMap,
String feature,
List<String> terms,
List<Double> weights,
String outcome,
int positiveLabel,
double learningRate,
int iteration,
double threshold,
List<Double> idfs,
SolrClientCache clientCache)
-