Table 4-1 shows how ADP prepares the data for each algorithm.
Table 4-1 Oracle Data Mining Algorithms With ADP
Algorithm | Mining Function | Treatment by ADP |
---|---|---|
Association Rules |
ADP has no effect on association rules. |
|
Classification |
ADP has no effect on Decision Tree. Data preparation is handled by the algorithm. |
|
Clustering |
Single-column (not nested) numerical columns that are modeled with Gaussian distributions are normalized with outlier-sensitive normalization. ADP has no effect on the other types of columns. |
|
Classification and Regression |
Numerical attributes are normalized with outlier-sensitive normalization. |
|
Clustering |
Numerical attributes are normalized with outlier-sensitive normalization. |
|
Attribute Importance |
All attributes are binned with supervised binning. |
|
Classification |
All attributes are binned with supervised binning. |
|
Feature Extraction |
Numerical attributes are normalized with outlier-sensitive normalization. |
|
Clustering |
Numerical attributes are binned with a specialized form of equi-width binning, which computes the number of bins per attribute automatically. Numerical columns with all nulls or a single value are removed. |
|
Feature Extraction |
Numerical attributes are normalized with outlier-sensitive normalization. |
|
Classification, Anomaly Detection, and Regression |
Numerical attributes are normalized with outlier-sensitive normalization. |
See Also:
"Transformations in DBMS_DATA_MINING_TRANSFORM
" in Oracle Database PL/SQL Packages and Types Reference
Part III of Oracle Data Mining Concepts for more information about algorithm-specific data preparation