Share via


ReqDemPlanStatisticalSSASForecast.createMiningModel Method [AX 2012]

Creates the mining model.

Syntax

private void createMiningModel(
    str _miningStructureName, 
    str _miningModelName, 
    CLRObject _dataMiningHelper, 
   [ReqDemPlanAllocationKeyFilterTmp _allocationKey])

Run On

Server

Parameters

  • _miningStructureName
    Type: str
    The name of the mining structure.
  • _miningModelName
    Type: str
    The mining model name to be used.
  • _dataMiningHelper
    Type: CLRObject Class
    The instance used to create the mining model.

See Also

Reference

ReqDemPlanStatisticalSSASForecast Class