SAS Namespace Types |
Subclass of Transformation
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.
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.
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
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
MiningAlgorithm
Type: String 256The algorithm used. such as Clustering, Tree
MiningFunction
Type: String 256The function used. such as Association, Sequence
MiningTool
Type: String 256MiningTool
ModelKey
Type: String 40UUID or Name of the model used to score a table.
Rating
Type: doubleHow 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 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 that 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, WorkTableTrainCode
Cardinality: 0 to 1
Partner: AssociatedTrainedResult
The code used to retrain a model.
Associated Types:
Text, ArchiveEntry, ArchiveFile, Document, File, SASCatalogEntry, TextStoreTrainingTable
Cardinality: 0 to 1
Partner: TrainedModelResults
The traning table associated with this mining result.
Associated Types:
PhysicalTable, WorkTable
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.