public class ConvexHullEvaluator extends RecursiveObjectEvaluator implements ManyValueWorker
Modifier and Type | Field and Description |
---|---|
protected static long |
serialVersionUID |
constructingFactory, containedEvaluators, nodeId, streamContext
Constructor and Description |
---|
ConvexHullEvaluator(StreamExpression expression,
StreamFactory factory) |
Modifier and Type | Method and Description |
---|---|
Object |
doWork(Object... objects) |
static org.apache.commons.math3.geometry.euclidean.twod.hull.ConvexHull2D |
getConvexHull(Matrix matrix) |
evaluate, getStreamContext, normalizeInputType, normalizeOutputType, recursivelyEvaluate, setStreamContext, toExplanation, toExpression
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
evaluateOverContext
protected static final long serialVersionUID
public ConvexHullEvaluator(StreamExpression expression, StreamFactory factory) throws IOException
IOException
public Object doWork(Object... objects) throws IOException
doWork
in interface ManyValueWorker
doWork
in interface ValueWorker
IOException
public static org.apache.commons.math3.geometry.euclidean.twod.hull.ConvexHull2D getConvexHull(Matrix matrix) throws IOException
IOException
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.