Message Boards Message Boards

0
|
3584 Views
|
0 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Change imagesize from "ComparisonPlot"?

Hi, I work with the Predict function to train a neuralnetwork.

datnn =   Predict[dattrain, Method -> "NeuralNetwork",  PerformanceGoal -> "Quality"];
NNCM = PredictorMeasurements[datnn, dattest];
CP = NNCM["ComparisonPlot"]

One of the outputs is the ComparisonPlot

enter image description here

I want to combine this plot with one other plo, for example :

Row[{CP, 
  ListLinePlot[date[[All, {1, 3}]],  ImageSize -> Large], Frame -> True]

For that reason I want to change the imageformat of the ComparisonPlot. Who has a suggestion to do this?

POSTED BY: Michiel van Mens
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract