SundareshSankaran / SDG---SMOTE-Synthetic-Data-Generation

0 stars 0 forks source link

Pseudo-code #26

Open SundareshSankaran opened 16 hours ago

SundareshSankaran commented 5 hours ago
  1. Create Error Flag
  2. Create runtime trigger
  3. Check inputs
    1. Is the input table part of a CAS lib ?
    2. Does the input table exist?
  4. If class column exists, obtain the datatype.
    1. If numeric, ensure you convert to numeric when using as a parameter in CAS.
  5. Check output table:
    1. Does output table belong to a caslib?