ReqDemPlanStatisticalSSASForecast.importPredictionFromMiningModel Method [AX 2012]
Imports the data from the data mining model into the relational database.
private void importPredictionFromMiningModel(
str _miningModelName,
ReqDemPlanCreateForecastDataContract _dataContract,
ReqDemPlanSSASInfo _ssasInfo,
[ReqDemPlanAllocationKeyFilterTmp _allocationKeyFilterTable])
Run On
ServerParameters
- _miningModelName
- Type: str
The name of the mining model.
- _dataContract
- Type: ReqDemPlanCreateForecastDataContract Class
The data contract.
- _ssasInfo
- Type: ReqDemPlanSSASInfo Class
The SSAS connection parameters.
- _allocationKeyFilterTable
- Type: ReqDemPlanAllocationKeyFilterTmp Table
Temporary table hodling the values for the allocation keys to be used.
Community Additions
ADD
Show: