Generate a Cluster Map after You Cluster
Typically, to create a 2-D map from your clustered data, you send a ClusterCluster
action with the DoMapping
parameter set to True
. You then send the ClusterServe2DMap
action.
If you clustered your data with DoMapping
set to False
, you can still generate a cluster map of the data by using the ClusterMapFromResults
action.
You pass the job name from your ClusterCluster
action as the SourceJobName
parameter to ClusterMapFromResults
, and it returns a 2-D cluster map as binary image data.