14.03.2014 Views

Automation Reference - JMP

Automation Reference - JMP

Automation Reference - JMP

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Application Object <strong>Reference</strong> for Automating <strong>JMP</strong><br />

Platform Methods<br />

SeparateAxes(Flag As Boolean)<br />

Turns the display option On (True) or Off (False).<br />

ShowPoints(Flag As Boolean)<br />

Turns the display option On (True) or Off (False).<br />

SpecifyQuantilesVal(Quantiles as Double) As Boolean<br />

If a column with the Quantiles statistic is added, this method can be used to specify the quantile value. The<br />

quantile value is 25.0 by default. This method should be called before the column is added using<br />

LaunchAddY(ColumnName As String, Statistic as Short).<br />

SpecifyType(ChartType as Short)<br />

Specifies the type (Bar, Needle, Point, Line, or Pie) of chart that you want to display. Get the value for the<br />

parameter from the chartChartTypeConstants.<br />

Cluster Object Methods<br />

The Cluster object provides a way to launch and manipulate both Hierarchical and K-Means cluster analyses.<br />

See “Common Analysis Functions” for most details on starting the analysis.<br />

Notes:<br />

There are two important Cluster-specific launch methods:<br />

• LaunchSpecifyKMeans(Flag As Boolean)<br />

• LaunchSpecifyDistanceFormula(FormulaType As Integer)<br />

Hierarchical and K-means clustering also each have methods specific to them. See Hierarchical Cluster Methods<br />

and KMeans Cluster Methods.<br />

ColorClusters(Flag As Boolean)<br />

An On(True)/Off(False) option that mirrors its non-automation counterpart.<br />

KMParallelCoordPlots(Flag as Boolean) As Boolean<br />

Displays the parallel coordinate plots for a K-Means Cluster analysis.<br />

LaunchSpecifyDistanceFormula(FormulaType As Integer)<br />

Specifies the distance formula to use when computing the clusters (e.g. Centroid, Ward etc.). The FormulaType<br />

parameter should be a value from clusterDistanceConstants.<br />

LaunchSpecifyKMeans(Flag As Boolean)<br />

Indicates whether a Hierarchical (False) or K-Means (True) analysis should be performed. Once the Launch<br />

method is called, some methods will only work if called for their particular platform. The methods specific to<br />

each platform are detailed below.<br />

Legend(Flag As Boolean)<br />

Show the legend (True) or hide it (False).<br />

Page 74

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!