2.211 ALL_MINING_ALGORITHMS

ALL_MINING_ALGORITHMS describes the settings for a current user.

Column Datatype NULL Description

ALGORITHM_NAME

VARCHAR2(128)

Algorithm used by the model.

MINING_FUNCTION

VARCHAR2(30)

Function of the mining model. The mining function is specified when the model is built:

  • CLASSIFICATION

  • REGRESSION

  • CLUSTERING

  • FEATURE_EXTRACTION

  • ASSOCIATION_RULES

  • ATTRIBUTE_IMPORTANCE

  • ANOMALY DETECTION

ALGORITHM_TYPE

VARCHAR2(20)

Algorithm type of the model

ALGORITHM_METADATA

CLOB

Metadata of the algorithm

DESCRIPTION

VARCHAR2(4000)

Description of the algorithm

Note:

This view is available starting with Oracle Database release 18c, version 18.1.