public class OLSRegressionEvaluator extends RecursiveObjectEvaluator implements ManyValueWorker
| 限定符和类型 | 类和说明 |
|---|---|
static class |
OLSRegressionEvaluator.MultipleRegressionTuple |
| 限定符和类型 | 字段和说明 |
|---|---|
protected static long |
serialVersionUID |
constructingFactory, containedEvaluators, nodeId, streamContext| 构造器和说明 |
|---|
OLSRegressionEvaluator(StreamExpression expression,
StreamFactory factory) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
doWork(Object... values) |
protected org.apache.commons.math3.stat.regression.MultipleLinearRegression |
regress(double[][] observations,
double[] outcomes) |
evaluate, getStreamContext, normalizeInputType, normalizeOutputType, recursivelyEvaluate, setStreamContext, toExplanation, toExpressionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluateOverContextprotected static final long serialVersionUID
public OLSRegressionEvaluator(StreamExpression expression, StreamFactory factory) throws IOException
IOExceptionpublic Object doWork(Object... values) throws IOException
doWork 在接口中 ManyValueWorkerdoWork 在接口中 ValueWorkerIOExceptionprotected org.apache.commons.math3.stat.regression.MultipleLinearRegression regress(double[][] observations,
double[] outcomes)
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.