mds

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 scaling. What Java libraries/toolkits do you recommend for doing this? ...

BlackBerry - App connects to webservice on simulator, but not on device

hi, i have developed an application, that gets installed in the mobile phone. The brief information of application is it is accessing web services, from another machine. Now i tested the application on the simulator in 2 ways 1) MDS: in the application , there is a url of the machine, where web services are present. this url is in t...

Python Orange: orngMDS package error "TypeError: argument 1 must be (unspecified), not orange.SymMatrix"

Hi! I'm trying to use orngMDS package from http://www.ailab.si/orange/doc/modules/orngMDS.htm Here is my code: distance=orange.SymMatrix(len(codes)) for key,value in normalized.iteritems(): parts=key.split('\t') distance[codes[parts[0]],codes[parts[1]]]=1-value mds=orngMDS.MDS(distance) And I get the error: ...

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)? ...

BlackBerry - Is there a way to test BB Messenger functionality?

Hi! I'm writing code which requires sending/receiving messages with BB Messenger. Is there a way to configure MDS emulator or device emulators to test this functionality? Thanks! UPDATE I am aware of Re: BBM/SMS on Simulator, but I hope it's out-dated or something... ...

Blackberry MDS simulator - Can't connect to the internet in the simulator.

I'm trying to do some testing of a website through the Blackberry simulator, while the simulator works fine, I can't get to any sites in the Blackberry Browser. Here is the specific setup I'm using. I'm Windows 7 (64-bit) Home Edition I have the latest (at the time) MDS installation - BlackBerry Email and MDS Services Simulators 4.1.4...

Unable to connect to selected Mobile Data Service on Blackberry Simulator.

Hi there! I've installed MDS simulator it runs ans stays in console window, i've downloaded blackberry sim for 9530, all settings are default. When i click browser and then click home page i got following error message: Unable to connect to the selected Mobile Data Service, please try again. I'm connected to internet, however, i'm be...

BlackBerry emulator not connecting to internet

My BB emulator cannot connect to the internet. I'm behind a proxy and have entered the following in my rimpublic.property under the [HTTP HANDLER] heading. application.handler.http.proxyEnabled = true application.handler.http.proxyHost=PROXY_NAME application.handler.http.proxyPort=PROXY_PORT application.handler.http.proxyUser=PROXY_USER...

Can someone check/revise my understanding of Blackberry development options?

I'd like my Blackberry devices to get and possibly set data to the server, and am a little confused by all the options: RIM-Push/Pap-Push. Use any library that is able to compose a HTTP GET request to the MDS-CS service (not MDS-IS). This is a one way operation from the server to the device. RIM-Push (Push a URL and or shorcut to a ...

Obtain kMDItemKind on files inside bundles returns nil

For some reason I cannot do this on files inside bundles and files residing on different volumes. Am I the only one experiencing this problem, and if not how do I solve it? The Finder seems not having difficulties showing spotlight properties for the same files that I'm experiencing problems with. I want to obtain the kMDItemKind of ...

How does Blackberry "blackjacking" work from a developers perspective?

Blackjacking is a technique used to connect internally to a corporate network using a typical BES device. It was announced at DefCon a few years back and is hardly new. How does this work, and what are the ways to reduce risk from this exploit? ...