space
Previous Page | Next Page

SAS Namespace Types

AnalyticTable


Subclass of SecondaryType


Overview

Contains analytic attributes to apply to a table. These attributes include information such as the sampling rate and a description of the group of observations in this table. Used by SAS Enterprise Miner.

Security Inheritance and Enforcement Rules

The following is a list of associations which 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
AnalyticTableRole The function of this analytic table, such as Train or Validate.   String 32  
AnalyticTableType The type of analytic table, such as Transaction or Coordinate.   String 32  
SamplingRate Percent of the set of all possible values. Usually between 0 and 1.   double  
Segment Description of the group of user-defined observations that form this table.   String 256  
UseExternalData User data from external source, such as Purchased demographic information.   int  

Inherited Attributes
Name Id Desc MetadataCreated MetadataUpdated ChangeState  LockedBy  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
AnalyticTrainingTable

Partner: AnalyticTables

0 to 1 The table associated with these analytic attributes.   RelationalTable
JoinTable
PhysicalTable
QueryTable
WorkTable

Inherited Associations
AccessControls/Objects , Changes/Objects , CustomAssociations/OwningObject , 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 , SourceTransformations/TransformationSources , SpecSourceTransformations/SourceSpecifications , SpecTargetTransformations/TargetSpecifications , TargetTransformations/TransformationTargets , Timestamps/Objects , Trees/Members , TSObjectNamespace/TSObjects , UsedByPrototypes/UsingPrototype , UsingPrototype/UsedByPrototypes , Variables/AssociatedObject 

Attribute Details

AnalyticTableRole
     Type:  String 32  

The function of this analytic table, such as Train or Validate.

AnalyticTableType
     Type:  String 32  

The type of analytic table, such as Transaction or Coordinate.

SamplingRate
     Type:  double  

Percent of the set of all possible values. Usually between 0 and 1.

Segment
     Type:  String 256  

Description of the group of user-defined observations that form this table.

UseExternalData
     Type:  int  

User data from external source, such as Purchased demographic information.

Association Details

AnalyticTrainingTable
     Cardinality:   0 to 1
     Partner:   AnalyticTables

The table associated with these analytic attributes.  

Associated Types:
RelationalTable   JoinTable   PhysicalTable   QueryTable   WorkTable


space
Previous Page | Next Page | Top of Page