getStepData();
The getStepData method returns data about the current step.
To execute the example, the HTML page must contain the DataMiningMaster component named dmMaster (see Example of Creating the DataMiningMaster Component).
// Get current step step = dmMaster.getSteps()[0]; // Get step data step.getStepData(); // - Object {MethodKind: "AssociationRules", Transactions: 0, Objects: 1, MinimumSupport: 10, UseSupportPercent: true…}
After executing the example the current step data is obtained.
See also: