Giter Site home page Giter Site logo

Comments (5)

pwdonh avatar pwdonh commented on August 26, 2024

from audio_tokens.

pwdonh avatar pwdonh commented on August 26, 2024

If that's the case, this is what you need to interpret the coordinates:

The arena where the tokens can be placed is a circle with radius 0.5

The values you get in the results are [x, y] coordinates. [0, 0] will be the center of the circle, [-0.5, 0] e.g. will be the leftmost coordinate that you can place a token, [0.5, 0] the rightmost, etc. This means that the maximum distance between two tokens is 1. So interpretation for the distances is: 0=most similar, 1=most dissimilar.

This information is missing so far, thanks for bringing it up.

from audio_tokens.

dusannikolic92 avatar dusannikolic92 commented on August 26, 2024

Yes, it is the free placement, but the rating type is 'cluster'. What I received from one participant were the following ratings: [1,1,1,2,1,1,1,1], and elapsed [26.047182141883425,25.445094182076836,15.503455501815061,25.823949135860587,12.147566917150098,20.42711552700361,15.191530785560367,21.067418345252083];

I also have a feature2d trial (2 dimensions) and the ratings are:
[[0.09230769230769231,0.9230769230769231],[0.8543956043956044,0.7769230769230769],[0.08956043956043959,0.1076923076923077],[0.7131868131868132,0.1],[0.7483516483516484,0.7730769230769231],[0.948901098901099,0.7730769230769231],[0.17252747252747266,0.1],[0.926923076923077,0.9153846153846154]]

How should I interpret these two types of ratings?

from audio_tokens.

pwdonh avatar pwdonh commented on August 26, 2024

Have you checked the analysis folder in the repository. I've added it more recently:

https://github.com/pwdonh/audio_tokens/tree/main/analysis

The rating type 'cluster' implements a categorical rating, so in this example [1,1,1,2,1,1,1,1] the participant decided to group them in two clusters, one of them only containing a single item.

For feature2d you rate along two defined dimensions (whatever you labeled them), and the results give you the associated ratings from 0 to 1 (interpreted as whatever you put as 'anchor'). In your example, the first item was rated 0.092 on the first dimension and 0.92 on the second dimension

from audio_tokens.

dusannikolic92 avatar dusannikolic92 commented on August 26, 2024

Great, this helps a lot and the code is really neat!

from audio_tokens.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.