List of usage examples for org.apache.solr.client.solrj.io.stream.expr DefaultStreamFactory DefaultStreamFactory
public DefaultStreamFactory()
From source file:org.deeplearning4j.nn.dataimport.solr.client.solrj.io.stream.TupleStreamDataSetIterator.java
License:Apache License
public TupleStreamDataSetIterator(int batch, String idKey, String[] featureKeys, String[] labelKeys, String expression, String defaultZkHost) throws IOException { this(batch, idKey, featureKeys, labelKeys, new DefaultStreamFactory().withDefaultZkHost(defaultZkHost), expression);//from w w w . j ava2 s . com }