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 | |
---|---|---|
addAlgorithmParameterIfNotExist | Adds the given algorithm parameter to the algoritm parameters collection of the analysis service instance. | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
createAndProcessMiningStructure | Creates and processses the mining structure and mining models in the SSAS. | |
createHistoricalDateRangeTmp | Creates date records in the temporary bucket table to get the beginning and end dates for date alignment. | |
createMiningModel | Creates the mining model. | |
createMiningModelsPerAllocationKey | Creates a mining model per allocation key. | |
createMiningStructure | Creates the mining structure. | |
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. | |
dbFieldName | Returns the field name in the database. | |
dbTableName | Returns the table name in the database. | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
execute | Executes the statistical forecast creation. (Overrides the execute Method.) | |
getMiningModelName | Formats the mining model name. | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
importPredictionFromMiningModel | Imports the data from the data mining model into the relational database. | |
importPredictionFromMiningStructure | Imports the data from the data mining structure into the relational database. | |
init | Initializes the instance of the class to be executed. | |
initializeForecastAttributes | Resolves the compound granularity key. | |
isStatisticalForecastNeeded | Checks if there will be any need for statistical forecast generation, so that the initialization can proceed. | |
new | Initializes a new instance of the ReqDemPlanStatisticalSSASForecast class. | |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) | |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) | |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) | |
owner | Returns the instance that owns the object. (Inherited from Object.) | |
parmLogger | Gets or sets the Logger parameter. | |
parseSSASValue | Formats the string value returned from the SSAS. | |
prepareForecastLine | Creates a forecast line. | |
prepareMiningModelStagingTable | Constructs the query against the historical data in the staging table. | |
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. | |
setAlgorithmParameters | Sets the algorithm parameters for the SSAS mining model. | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
ssasLiteral | Formats the X++ string as a literal that can be used in SSAS. | |
toString | Returns a string that represents the current object. (Inherited from Object.) | |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) | |
wait | Pauses a process. (Inherited from Object.) | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) | |
::construct | Initializes a new instance of the ReqDemPlanStatisticalSSASForecast class. |
Top
Inheritance Hierarchy
Object Class
ReqDemPlanForecastStrategy Class
ReqDemPlanStatisticalSSASForecast Class