space
Previous Page | Next Page

SAS Namespace Types

MiningResult


Subclass of Transformation


Overview

Represents a SAS Enterprise Data Mining Model, which is a formula or algorithm that computes outputs from inputs. A data mining model includes information about the conditional distribution of the target variables, given the input variables.

Security Inheritance and Enforcement Rules

The following is a list of associations that are used to determine if this object should inherit access controls from another object (inheritance) or if the association is allowed for the object (enforcement). For more information about inheritance and enforcement rules, see the SAS 9.2 Intelligence Platform: Security Administration Guide.

Attributes

Name Description Type Length
MiningAlgorithm The algorithm used, such as Clustering or Tree.   String 256  
MiningFunction The function used, such as Association or Sequence.   String 256  
MiningTool Mining tool.   String 256  
ModelKey UUID or Name of the model used to score a table.   String 40  
Rating An evaluation of the result.   double  
SourceCodeType "Data Step" for DATA step fragment code, and "SAS Program" for SAS program code.   String 32  
Status Production, Archived, or Experimental   String 32  
Subject Subject   String 256  
WorkspaceName Name of the document the result was created in.   String 32  

Inherited Attributes
Name Id Desc MetadataCreated MetadataUpdated ChangeState  IsActive  IsUserDefined  LockedBy  PublicType  TransformRole  UsageVersion 

Associations

= indicates the resident side of an association, or where the association is persisted for cross-repository associations. If no resident side is indicated, this association may not cross repository boundaries.

Name Cardinality Description Associated Types
MiningReports

Partner: AssociatedMiningResult

0 to * The collection of data and metadata to create reports for this mining result.   ArchiveFile
ResultPMML

Partner: OwningMiningResult

0 to 1 The PMML associated to this mining result.  TextStore
Targets

Partner: Models

0 to * The targets which are acted upon by this model.   Target
TargetTable

Partner: ModelResults

0 to 1 The target table associated to this mining result.   RelationalTable
JoinTable
PhysicalTable
QueryTable
WorkTable
TrainingTable

Partner: TrainedModelResults

0 to 1 The training table associated with this mining result.  PhysicalTable
WorkTable

Inherited Associations
AccessControls/Objects , AssociatedPrompt/ValueSource , Changes/Objects , ComputeLocations/ComputeTasks , ConditionActionSets/AssociatedTransformation , CustomAssociations/OwningObject , Customizers/CustomizedTransformations , DeployedComponents/InitProcesses , Documents/Objects , Extensions/OwningObject , ExternalIdentities/OwningObject , Groups/Members , Implementors/ImplementedObjects , Keywords/Objects , LocalizedAttributes/AssociatedLocalizedObject , Notes/Objects , PrimaryPropertyGroup/AssociatedObject , Prompts/PromptEnabledObject , Properties/AssociatedObject , PropertySets/OwningObject , ReferencedObjects/AssociatedObjects , ResponsibleParties/Objects , SourceCode/AssociatedTransformation , SourceSpecifications/SpecSourceTransformations , SourceTransformations/TransformationSources , SpecSourceTransformations/SourceSpecifications , SpecTargetTransformations/TargetSpecifications , Steps/Transformations , SubstitutionVariables/OwningTransformation , TargetSpecifications/SpecTargetTransformations , TargetTransformations/TransformationTargets , Timestamps/Objects , TransformationSources/SourceTransformations , TransformationTargets/TargetTransformations , Trees/Members , TriggeredEvents/TriggeringTransforms , TriggeringEvents/TriggeredTransforms , TSObjectNamespace/TSObjects , UsedByPrototypes/UsingPrototype , UsingPrototype/UsedByPrototypes , Variables/AssociatedObject 

Attribute Details

MiningAlgorithm
     Type:  String 256  

The algorithm used, such as Clustering or Tree.

MiningFunction
     Type:  String 256  

The function used, such as Association or Sequence.

MiningTool
     Type:  String 256  

Mining tool.

ModelKey
     Type:  String 40  

UUID or Name of the model used to score a table.

Rating
     Type:  double  

An evaluation of the result.

SourceCodeType
     Type:  String 32  

"Data Step" for DATA step fragment code, and "SAS Program" for SAS program code.

Status
     Type:  String 32  

Production, Archived, Experimental

Subject
     Type:  String 256  

Subject

WorkspaceName
     Type:  String 32  

Name of the document the result was created in.

Association Details

MiningReports
     Cardinality:   0 to *
     Partner:   AssociatedMiningResult

The collection of data and metadata to create reports for this mining result.  

Associated Types:
ArchiveFile

ResultPMML
     Cardinality:   0 to 1
     Partner:   OwningMiningResult

The PMML associated to this mining result. 

Associated Types:
TextStore

Targets
     Cardinality:   0 to *
     Partner:   Models

The targets which are acted upon by this model.  

Associated Types:
Target

TargetTable
     Cardinality:   0 to 1
     Partner:   ModelResults

The target table associated to this mining result.  

Associated Types:
RelationalTable   JoinTable   PhysicalTable  QueryTable   WorkTable

TrainingTable
     Cardinality:   0 to 1
     Partner:   TrainedModelResults

The training table associated with this mining result. 

Associated Types:
PhysicalTable   WorkTable


space
Previous Page | Next Page | Top of Page