Class LoessEvaluator.LoessRegressionTuple
- java.lang.Object
-
- org.apache.solr.client.solrj.io.Tuple
-
- org.apache.solr.client.solrj.io.eval.LoessEvaluator.LoessRegressionTuple
-
- All Implemented Interfaces:
Cloneable
,org.apache.solr.common.MapSerializable
,org.apache.solr.common.MapWriter
,org.apache.solr.common.NavigableObject
,org.noggit.JSONWriter.Writable
- Enclosing class:
- LoessEvaluator
public static class LoessEvaluator.LoessRegressionTuple extends Tuple
-
-
Constructor Summary
Constructors Constructor Description LoessRegressionTuple(org.apache.commons.math3.analysis.polynomials.PolynomialSplineFunction spline, Map<String,Object> map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
predict(double value)
-
Methods inherited from class org.apache.solr.client.solrj.io.Tuple
clone, EOF, EXCEPTION, EXCEPTION, get, getBool, getBools, getDate, getDates, getDouble, getDoubles, getException, getFieldLabels, getFieldNames, getFields, getLong, getLongs, getMaps, getMetrics, getString, getStrings, merge, put, putAll, remove, setFieldLabels, setFieldNames, setMaps, setMetrics, writeMap
-
-