SAS Namespace Types |
Subclass of Transformation
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.
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.
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
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
MiningAlgorithm
Type: String 256The algorithm used, such as Clustering or Tree.
MiningFunction
Type: String 256The function used, such as Association or Sequence.
MiningTool
Type: String 256Mining tool.
ModelKey
Type: String 40UUID or Name of the model used to score a table.
Rating
Type: doubleAn 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 32Production, Archived, Experimental
Subject
Type: String 256Subject
WorkspaceName
Type: String 32Name of the document the result was created in.
MiningReports
Cardinality: 0 to *
Partner: AssociatedMiningResult
The collection of data and metadata to create reports for this mining result.
Associated Types:
ArchiveFileResultPMML
Cardinality: 0 to 1
Partner: OwningMiningResult
The PMML associated to this mining result.
Associated Types:
TextStoreTargets
Cardinality: 0 to *
Partner: Models
The targets which are acted upon by this model.
Associated Types:
TargetTargetTable
Cardinality: 0 to 1
Partner: ModelResults
The target table associated to this mining result.
Associated Types:
RelationalTable JoinTable PhysicalTable QueryTable WorkTableTrainingTable
Cardinality: 0 to 1
Partner: TrainedModelResults
The training table associated with this mining result.
Associated Types:
PhysicalTable WorkTable
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.