Class ConvexHullEvaluator
java.lang.Object
org.apache.solr.client.solrj.io.eval.RecursiveEvaluator
org.apache.solr.client.solrj.io.eval.RecursiveObjectEvaluator
org.apache.solr.client.solrj.io.eval.ConvexHullEvaluator
- All Implemented Interfaces:
Serializable,ManyValueWorker,StreamEvaluator,ValueWorker,Expressible
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.solr.client.solrj.io.eval.RecursiveEvaluator
constructingFactory, containedEvaluators, nodeId, streamContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.commons.math3.geometry.euclidean.twod.hull.ConvexHull2DgetConvexHull(Matrix matrix) Methods inherited from class org.apache.solr.client.solrj.io.eval.RecursiveEvaluator
evaluate, getStreamContext, normalizeInputType, normalizeOutputType, recursivelyEvaluate, setStreamContext, toExplanation, toExpressionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.solr.client.solrj.io.eval.StreamEvaluator
evaluateOverContext
-
Field Details
-
serialVersionUID
protected static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ConvexHullEvaluator
- Throws:
IOException
-
-
Method Details
-
doWork
- Specified by:
doWorkin interfaceManyValueWorker- Specified by:
doWorkin interfaceValueWorker- Throws:
IOException
-
getConvexHull
public static org.apache.commons.math3.geometry.euclidean.twod.hull.ConvexHull2D getConvexHull(Matrix matrix) throws IOException - Throws:
IOException
-