public class TimeSeriesModelEvaluator extends ModelEvaluator<org.dmg.pmml.time_series.TimeSeriesModel> implements HasSupplementaryFields, HasOrderFields
DEFAULT_TARGET_NAME| Constructor and Description |
|---|
TimeSeriesModelEvaluator(org.dmg.pmml.PMML pmml) |
TimeSeriesModelEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.time_series.TimeSeriesModel timeSeriesModel) |
| Modifier and Type | Method and Description |
|---|---|
protected <V extends java.lang.Number> |
evaluateTimeSeries(ValueFactory<V> valueFactory,
EvaluationContext context) |
int |
getForecastHorizon(EvaluationContext context) |
java.util.List<InputField> |
getOrderFields()
Gets the order fields of a
Model from its MiningSchema. |
java.lang.String |
getSummary()
Gets a short description of the
Model. |
java.util.List<InputField> |
getSupplementaryFields() |
assessParentCompatibility, assessPurity, configure, createClassification, createEvaluationContext, ensureConfiguration, ensureModelEvaluatorFactory, ensureOutputFilter, ensureValueFactory, ensureValueFactoryFactory, evaluate, evaluateAssociationRules, evaluateClassification, evaluateClustering, evaluateInternal, evaluateMixed, evaluateOutput, evaluateRegression, evaluateSequences, filterInputFields, filterOutputFields, filterTargetFields, getConfiguration, getInputMapper, getNumberOfVisibleFields, getResultMapper, isParentCompatible, isPure, processArguments, processResults, verifyaddResultFeatures, collectResultFeatures, collectSegmentResultFeatures, createInputFields, createInputFields, createMiningSchemaException, createOutputFields, createTargetFields, getActiveFields, getDataField, getDefaultDataField, getInputFields, getLocalDerivedField, getMathContext, getMiningField, getMiningFunction, getModel, getOutputField, getOutputFields, getResultFeatures, getTarget, getTargetField, getTargetFields, getTargetName, getVisibleFields, hasLocalDerivedFields, hasOutputFields, hasResultFeature, resetInputFields, resetResultFields, resolveField, setDefaultDataFieldgetDefineFunction, getDerivedField, getPMML, toImmutableListMap, toImmutableMapMap, toImmutableSetMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActiveFieldsgetMiningFunctiongetInputFieldsgetOutputFields, getTargetFieldspublic TimeSeriesModelEvaluator(org.dmg.pmml.PMML pmml)
public TimeSeriesModelEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.time_series.TimeSeriesModel timeSeriesModel)
public java.lang.String getSummary()
Evaluator
Gets a short description of the Model.
getSummary in interface Evaluatorpublic java.util.List<InputField> getSupplementaryFields()
getSupplementaryFields in interface HasSupplementaryFieldspublic java.util.List<InputField> getOrderFields()
HasOrderFields
Gets the order fields of a Model from its MiningSchema.
This field set is relevant for sequences and time series model types.
getOrderFields in interface HasOrderFieldspublic int getForecastHorizon(EvaluationContext context)
protected <V extends java.lang.Number> java.util.Map<java.lang.String,?> evaluateTimeSeries(ValueFactory<V> valueFactory, EvaluationContext context)
evaluateTimeSeries in class ModelEvaluator<org.dmg.pmml.time_series.TimeSeriesModel>Copyright © 2025. All Rights Reserved.