Class OLSRegressionEvaluator.MultipleRegressionTuple
- java.lang.Object
-
- org.apache.solr.client.solrj.io.Tuple
-
- org.apache.solr.client.solrj.io.eval.OLSRegressionEvaluator.MultipleRegressionTuple
-
- All Implemented Interfaces:
Cloneable
,MapSerializable
,MapWriter
,NavigableObject
- Enclosing class:
- OLSRegressionEvaluator
public static class OLSRegressionEvaluator.MultipleRegressionTuple extends Tuple
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.solr.common.MapWriter
MapWriter.EntryWriter
-
-
Field Summary
-
Fields inherited from class org.apache.solr.client.solrj.io.Tuple
EOF, EXCEPTION, fieldLabels, fieldNames, fields
-
-
Constructor Summary
Constructors Constructor Description MultipleRegressionTuple(org.apache.commons.math3.stat.regression.MultipleLinearRegression multipleLinearRegression, Map<?,?> map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
predict(double[] values)
-
Methods inherited from class org.apache.solr.client.solrj.io.Tuple
clone, EOF, EXCEPTION, get, getBool, getBools, getDate, getDates, getDouble, getDoubles, getException, getFieldLabels, getFieldNames, getFields, getLong, getLongs, getMap, getMaps, getMetrics, getString, getStrings, merge, put, remove, setFieldLabels, setFieldNames, setMaps, setMetrics, writeMap
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.solr.common.NavigableObject
_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr
-
-
-
-
Constructor Detail
-
MultipleRegressionTuple
public MultipleRegressionTuple(org.apache.commons.math3.stat.regression.MultipleLinearRegression multipleLinearRegression, Map<?,?> map)
-
-