set_column_names_full


Description:

public abstract void set_column_names_full (string[] column_names)

Set column names used by this.

This method must be called exactly once, but only after setting a schema of the model. Note that some constructors will do this for you.

Parameters:

this

A Model.

column_names

A list of column names terminated by a null

num_columns

an integer specifying the array length for annotations