public static class LinearModel.LinearModelParser extends MovAvgModel.AbstractModelParser
| Constructor and Description |
|---|
LinearModel.LinearModelParser() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of the model
|
MovAvgModel |
parse(Map<String,Object> settings,
String pipelineName,
int windowSize,
ParseFieldMatcher parseFieldMatcher)
Parse a settings hash that is specific to this model
|
checkUnrecognizedParams, parseBoolParam, parseDoubleParam, parseIntegerParampublic String getName()
MovAvgModel.AbstractModelParsergetName in class MovAvgModel.AbstractModelParserpublic MovAvgModel parse(@Nullable Map<String,Object> settings, String pipelineName, int windowSize, ParseFieldMatcher parseFieldMatcher) throws ParseException
MovAvgModel.AbstractModelParserparse in class MovAvgModel.AbstractModelParsersettings - Map of settings, extracted from the requestpipelineName - Name of the parent pipeline aggwindowSize - Size of the window for this moving avgparseFieldMatcher - Matcher for field namesParseExceptionCopyright © 2009–2017. All rights reserved.