|
Returns a description of the actions performed by this preprocessing algorithm. This description will be reported in the history related to the preprocessing data source.
- Returns:
- String
- Exceptions:
-
Implemented in kddml.Operators.Preprocessing.DiscretizationAlgorithms.EQUAL_FREQUENCY_DISCRETIZATION_RESOLVER, kddml.Operators.Preprocessing.DiscretizationAlgorithms.NATURAL_BINNING_DISCRETIZATION_RESOLVER, kddml.Operators.Preprocessing.NormalizationAlgorithms.MIN_MAX_NORMALIZATION_RESOLVER, kddml.Operators.Preprocessing.NormalizationAlgorithms.Z_SCORE_NORMALIZATION_RESOLVER, kddml.Operators.Preprocessing.RewritingAlgorithms.RULE_M_REWRITING_RESOLVER, kddml.Operators.Preprocessing.RewritingAlgorithms.RULE_S_REWRITING_RESOLVER, kddml.Operators.Preprocessing.RewritingAlgorithms.RULE_T_REWRITING_RESOLVER, kddml.Operators.Preprocessing.SamplingAlgorithms.BY_CLUSTER_SAMPLING_RESOLVER, kddml.Operators.Preprocessing.SamplingAlgorithms.SIMPLE_SAMPLING_RESOLVER, and kddml.Operators.Preprocessing.SamplingAlgorithms.STRATIFIED_SAMPLING_RESOLVER. |