myriamlr / exposition-family

Automatically exported from code.google.com/p/exposition-family
0 stars 0 forks source link

epGraphs taking 30 min #90

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. epGraphs of PCA or CA results(just default, no arguments added)
2. Average 20-30 min delay before graph is produced.
3. If instead prettyPlot is used to manually recreate graph, it is graphed in a 
few seconds.

What version of the product are you using? On what operating system?
3.0.2 on Windows.  Have also tried on Linux on older version of R--took about 
15 minutes.

Please provide any additional information below.

Original issue reported on code.google.com by farrel...@gmail.com on 29 Oct 2013 at 8:17

GoogleCodeExporter commented 9 years ago
Please include additional information re: the size of the data and parameters 
used.

Original comment by DerekBea...@gmail.com on 29 Oct 2013 at 8:54

GoogleCodeExporter commented 9 years ago
Please try the follow test for me:

Call epGraphs() on your example that takes 20-30 minutes but, instead of giving 
it, e.g.,  pca.res, pass in pca.res$ExPosition.Data and report back on how long 
it takes.

Original comment by DerekBea...@gmail.com on 29 Oct 2013 at 9:14

GoogleCodeExporter commented 9 years ago
It took a few seconds.

Original comment by farrel...@gmail.com on 29 Oct 2013 at 9:32

GoogleCodeExporter commented 9 years ago
Speed can be achieved with a reorganization of the output. Task: to move 
$Inference.Data to the same level as $ExPosition.Data and $Plotting.Data; 
$Fixed.Data will be removed in subsequent releases.

Original comment by DerekBea...@gmail.com on 3 Nov 2013 at 6:09