space
Previous Page | Next Page

SAS Namespace Types

AnalyticColumn


Subclass of SecondaryType


Overview

Contains analytic attributes to apply to a column. These attributes include information such as upper and lower limits, and cost of acquiring a variable, level, and distribution. Used by SAS Enterprise Miner.

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
AnalyticColumnRole The function of this analytic column. For example: Input or Target.   String 32  
Creator Id of node in a mining flow that created this node.   String 32  
Distribution Periodic, Linear, Normal, Multinominal   String 32  
Family Used to group variables. such as Demographic, Economic.   String 32  
IsReport Create a report based on this variable.   int  
Level Binary, Interval, Nominal, Ordinal, Unary   String 32  
LowerLimit LowerLimit   double  
Order Logical order of the column. such as Ascending, Descending, Formatted Ascending, Formatted Descending   String 32  
Price The cost of acquiring a variable.   double  
UpperLimit UpperLimit   double  

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
OwningColumn

Partner: AnalyticColumns

1 to 1 The column associated with these analytic attributes.  Column
ColumnRange
TargetInformation

Partner: OwningAnalyticColumn

0 to 1 The target information for this column.  Target

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

AnalyticColumnRole
     Type:  String 32  

The function of this analytic column. For example: Input or Target.

Creator
     Type:  String 32  

Id of node in a mining flow that created this node.

Distribution
     Type:  String 32  

Periodic, Linear, Normal, Multinominal

Family
     Type:  String 32  

Used to group variables. such as Demographic, Economic.

IsReport
     Type:  int  

Create a report based on this variable.

Level
     Type:  String 32  

Binary, Interval, Nominal, Ordinal, Unary

LowerLimit
     Type:  double  

LowerLimit

Order
     Type:  String 32  

Logical order of the column. such as Ascending, Descending, Formatted Ascending, Formatted Descending

Price
     Type:  double  

The cost of acquiring a variable.

UpperLimit
     Type:  double  

UpperLimit

Association Details

OwningColumn
     Cardinality:   1 to 1
     Partner:  AnalyticColumns

The column associated with these analytic attributes. 

Associated Types:
Column, ColumnRange

TargetInformation
     Cardinality:   0 to 1
     Partner:   OwningAnalyticColumn

The target information for this column. 

Associated Types:
Target

Previous Page | Next Page | Top of Page