Skip to main content
added 9 characters in body; edited title
Source Link
kglr
  • 403.4k
  • 18
  • 501
  • 959

change imagesize Change image size of the "ComparisonPlot"

I work with the Predict function to train a neuralnetworkneural network.

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

One of the outputs is the ComparisonPlotComparisonPlot

enter image description here

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

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

The ImagesizeImageSize of the ComparisonPlotComparisonPlot is different from the otrherother plot. For that reason I want to change the imageformatimage format of the ComparisonPlotComparisonPlot. Who has a suggestion to do this?

change imagesize of the "ComparisonPlot"

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 plot, for example :

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

The Imagesize of the ComparisonPlot is different from the otrher plot. For that reason I want to change the imageformat of the ComparisonPlot. Who has a suggestion to do this?

Change image size of the "ComparisonPlot"

I work with the Predict function to train a neural network.

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 plot, for example :

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

The ImageSize of the ComparisonPlot is different from the other plot. For that reason I want to change the image format of the ComparisonPlot. Who has a suggestion to do this?

Source Link

change imagesize of the "ComparisonPlot"

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 plot, for example :

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

The Imagesize of the ComparisonPlot is different from the otrher plot. For that reason I want to change the imageformat of the ComparisonPlot. Who has a suggestion to do this?