- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Publish a column formula in Java
I would like to publish a rotated PCA scores model. PCA platform allows me to save rotated components in a column, but it does not allow (like regression platform) to publish the formula and create a javascript.
Is there a fast way to create the script directly from the formula embedded in the column? I am using JMP Pro 16
thanks in adavnce
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Publish a column formula in Java
I think you can add formula columns to formula depot. Table:
Formula depot from Analyze / Predictive Modeling / Formula Depot
and for scripting there seems to be Add Formula from Column
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Publish a column formula in Java
I think you can add formula columns to formula depot. Table:
Formula depot from Analyze / Predictive Modeling / Formula Depot
and for scripting there seems to be Add Formula from Column
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Publish a column formula in Java
FYI, the Formula Depot supports the outputting of the scoring formula to Javascript
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Publish a column formula in Java
thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Publish a column formula in Java
thank you Jthi, this is exactly what I was looking for and it works perfectly