public class TrendLineConfig extends Object
Constructor and Description |
---|
TrendLineConfig(String outputColumn,
String inputColumn,
long secondsAhead,
int polynomialOrder) |
Modifier and Type | Method and Description |
---|---|
String |
getInputColumn() |
String |
getOutputColumn() |
int |
getPolynomialOrder() |
long |
getSecondsAhead() |
static TrendLineConfig |
parse(AnalyticsCommand cmd) |
public static TrendLineConfig parse(AnalyticsCommand cmd)
public String getOutputColumn()
public String getInputColumn()
public long getSecondsAhead()
public int getPolynomialOrder()
Copyright © 2015. All rights reserved.