Description Usage Arguments Details Value See Also Examples
This functions converts a matrix according to a supplied 
data.frame.
This can be used to convert an analytics base table into a structure which 
matches to a saved model.
1  | Convert(abt, feats, ref)
 | 
abt | 
 
  | 
feats | 
 
  | 
ref | 
 
  | 
Matrix columns are identified with a data.frame with columns 
name and value.
name:value must be unique in the data.frame.
Columns of matrix abt are identified by feats. 
abt is converted into a matrix of the form described with ref.
Columns identified in ref not appearing in feats will be 
filled with 0's.
num matrix with columns as identified in ref
Other machine learning: CV,
FeatureExtraction,
Prediction, Training
1 2 3 4 5 6 7 8 9 10  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.