space
Previous Page | Next Page

SAS Namespace Types

MiningResult


Subclass of Transformation


Overview

Represents a SAS Enterprise Data Mining Model that 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 list of associations is used to determine if this object should inherit access controls from another object (inheritance), or if the association is allowed for the object (enforcement). An association will not be created unless the calling user is authorized to update one or both objects involved in the association. For more information about inheritance and enforcement rules, see the SAS Intelligence Platform: Security Administration Guide.

Attributes

Name Description Type Length
MiningAlgorithm The algorithm used. such as Clustering, Tree   String 256  
MiningFunction The function used. such as Association, Sequence   String 256  
MiningTool MiningTool   String 256  
ModelKey UUID or Name of the model used to score a table.   String 40  
Rating How good does the result rate?   double  
SourceCodeType "Data Step" for data step fragment code, and "SAS Program" for sas program code.   String 32  
Status Production, Archived, 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, IsHidden, 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 that 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
TrainCode

Partner: AssociatedTrainedResult

0 to 1 The code used to retrain a model.  Text
ArchiveEntry
ArchiveFile
Document
File
SASCatalogEntry
TextStore
TrainingTable

Partner: TrainedModelResults

0 to 1 The traning 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, FavoritesContainers/Favorites, 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, Tree

MiningFunction
     Type:  String 256  

The function used. such as Association, Sequence

MiningTool
     Type:  String 256  

MiningTool

ModelKey
     Type:  String 40  

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

Rating
     Type:  double  

How good does the result rate?

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 that 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

TrainCode
     Cardinality:   0 to 1
     Partner:  AssociatedTrainedResult

The code used to retrain a model. 

Associated Types:
Text, ArchiveEntry, ArchiveFile, Document, File, SASCatalogEntry, TextStore

TrainingTable
     Cardinality:   0 to 1
     Partner:   TrainedModelResults

The traning table associated with this mining result. 

Associated Types:
PhysicalTable, WorkTable

Previous Page | Next Page | Top of Page