Oracle 视图 ALL_MINING_MODEL_XFORMS 官方解释,作用,如何使用详细说明
本站中文解释
Oracle视图ALL_MINING_MODEL_XFORMS显示了当前用户的所有使用的数据挖掘中的变换。变换是对XML格式的挖掘模型中输入列或输出列所做的特殊处理,以改善分析结果的质量。
变换是使用Oracle数据挖掘的基本构建块,包括聚类、预测等等。有时也会将它们用于数据清理或者错误数据补偿等等。
要使用该视图,可以编写查询,用于检索与特定模型相关联的变换信息。这个视图还可以用来清除不必要的或不正确的变换。
官方英文解释
ALL_MINING_MODEL_XFORMS
describes the user-specified transformations embedded in all models accessible to the user.
Related Views
DBA_MINING_MODEL_XFORMS
describes the user-specified transformations embedded in all models accessible in the system.USER_MINING_MODEL_XFORMS
describes the user-specified transformations embedded with the user’s own models. This view does not display theOWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
| Name of the model owner |
|
|
| Name of the model |
|
| Name of the attribute used in the transformation | |
|
| Subname of the attribute used in the transformation | |
|
| Attribute specification provided to model training | |
|
| Transformation expression provided to model training | |
|
| Indicates whether the specified transformation is a reverse transformation ( |