ReqDemPlanStatisticalSSASForecast Class [AX 2012]

The ReqDemPlanStatisticalSSASForecast class is responsible for creating the forecast using SSAS.

Syntax

class ReqDemPlanStatisticalSSASForecast extends ReqDemPlanForecastStrategy

Run On

Server

Methods

  Method Description
Dn651097.privmethod(en-us,AX.60).gif addAlgorithmParameterIfNotExist Adds the given algorithm parameter to the algoritm parameters collection of the analysis service instance.
Dn651097.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn651097.privmethod(en-us,AX.60).gif createAndProcessMiningStructure Creates and processses the mining structure and mining models in the SSAS.
Dn651097.protmethod(en-us,AX.60).gif createHistoricalDateRangeTmp Creates date records in the temporary bucket table to get the beginning and end dates for date alignment.
Dn651097.privmethod(en-us,AX.60).gif createMiningModel Creates the mining model.
Dn651097.privmethod(en-us,AX.60).gif createMiningModelsPerAllocationKey Creates a mining model per allocation key.
Dn651097.privmethod(en-us,AX.60).gif createMiningStructure Creates the mining structure.
Dn651097.protmethod(en-us,AX.60).gif createStartEndDateEntries Creates the missing begginning and end date entries for all unique granularity keys when they do not already exist in the mining model staging table.
Dn651097.privmethod(en-us,AX.60).gif dbFieldName Returns the field name in the database.
Dn651097.privmethod(en-us,AX.60).gif dbTableName Returns the table name in the database.
Dn651097.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn651097.pubmethod(en-us,AX.60).gif execute Executes the statistical forecast creation. (Overrides the execute Method.)
Dn651097.pubmethod(en-us,AX.60).gif getMiningModelName Formats the mining model name.
Dn651097.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn651097.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn651097.privmethod(en-us,AX.60).gif importPredictionFromMiningModel Imports the data from the data mining model into the relational database.
Dn651097.privmethod(en-us,AX.60).gif importPredictionFromMiningStructure Imports the data from the data mining structure into the relational database.
Dn651097.pubmethod(en-us,AX.60).gif init Initializes the instance of the class to be executed.
Dn651097.privmethod(en-us,AX.60).gif initializeForecastAttributes Resolves the compound granularity key.
Dn651097.privmethod(en-us,AX.60).gif isStatisticalForecastNeeded Checks if there will be any need for statistical forecast generation, so that the initialization can proceed.
Dn651097.pubmethod(en-us,AX.60).gif new Initializes a new instance of the ReqDemPlanStatisticalSSASForecast class.
Dn651097.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Dn651097.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Dn651097.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn651097.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn651097.pubmethod(en-us,AX.60).gif parmLogger Gets or sets the Logger parameter.
Dn651097.privmethod(en-us,AX.60).gif parseSSASValue Formats the string value returned from the SSAS.
Dn651097.privmethod(en-us,AX.60).gif prepareForecastLine Creates a forecast line.
Dn651097.pubmethod(en-us,AX.60).gif prepareMiningModelStagingTable Constructs the query against the historical data in the staging table.
Dn651097.pubmethod(en-us,AX.60).gif runStartEndDateAlignment Prepares and runs the date alignment query to create entries for all individual, unique granularity keys to start and end at the same point in the history, in order to get matching forecast horizon.
Dn651097.privmethod(en-us,AX.60).gif setAlgorithmParameters Sets the algorithm parameters for the SSAS mining model.
Dn651097.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn651097.privmethod(en-us,AX.60).gif ssasLiteral Formats the X++ string as a literal that can be used in SSAS.
Dn651097.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn651097.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Dn651097.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn651097.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn651097.pubmethod(en-us,AX.60).gif Dn651097.static(en-us,AX.60).gif ::construct Initializes a new instance of the ReqDemPlanStatisticalSSASForecast class.

Top

Inheritance Hierarchy

Object Class
  ReqDemPlanForecastStrategy Class
    ReqDemPlanStatisticalSSASForecast Class