Share via


ReqDemPlanStatisticalSSASForecast.createMiningModelsPerAllocationKey Method [AX 2012]

Creates a mining model per allocation key.

Syntax

private void createMiningModelsPerAllocationKey(
    ReqDemPlanAllocationKeyFilterTmp _allocationKeyFilterTable, 
    str _miningStructureName, 
    CLRObject _dataMiningHelper, 
    ReqDemPlanCreateForecastDataContract _dataContract)

Run On

Server

Parameters

  • _miningStructureName
    Type: str
    The name of the mining structure.
  • _dataMiningHelper
    Type: CLRObject Class
    The DataMiningManager instance to use for creating the mining models.

See Also

Reference

ReqDemPlanStatisticalSSASForecast Class