Tagged Questions
The multi-dimensional-scaling tag has no wiki summary.
2
votes
1answer
598 views
R : multidimensional scaling
I have several questions:
1. What's the difference between isoMDS and cmdscale?
2. May I use asymmetric matrix?
3. Is there any way to determine optimal number of dimensions (in result)?
1
vote
1answer
284 views
Java MDSJ produces NaN
Anyone have any experience with MDSJ? The following input produces only NaN results and I can't figure out why. The documentation is pretty sparse.
import mdsj.Data;
import mdsj.MDSJ;
public class ...
1
vote
2answers
512 views
Java: Multidimensional Scaling?
I'm doing a Natural Language Processing project where I compute a bunch of attributes of a text, giving me a vector of values for each text. I want to compare these vectors with multidimensional ...
0
votes
0answers
62 views
Imagebutton scaling and 9Patch
I have a relative layout and image buttons that abut each other.
It all fits nicely on a 1280x800 tablet screen.
On a 1024x600 screen it does not fit.
So, I thought that 9Patch might be the solution, ...
0
votes
0answers
17 views
What are the steps to handle peak load in a non-clustered/clustered environment?
I am working on a deals site similar to www.deals2buy.com site which allows users to buy deals.
Currently, it's not on clustered environment.
My concern is at the peak time. The peak time arises ...