Giter Site home page Giter Site logo

heatmaps about core HOT 9 CLOSED

odota avatar odota commented on May 27, 2024
heatmaps

from core.

Comments (9)

howardchung avatar howardchung commented on May 27, 2024

https://github.com/skadistats/skadi/wiki/Mapping-(World-&-Image-Coordinates)

from core.

howardchung avatar howardchung commented on May 27, 2024

Depending on how often we sampe, this could create very large parsed files.

from core.

howardchung avatar howardchung commented on May 27, 2024

I think a individual heatmap of each hero's position over the game would be too storage-intensive, but we could do a shared one for all heroes.

from core.

howardchung avatar howardchung commented on May 27, 2024

Could also heatmap things like ward placement

from core.

stuki avatar stuki commented on May 27, 2024

Could it maybe be done so that you can request that if certain parameters are fulfilled it stores maybe 10 matches, and completes a heat map for a specific hero/player over all those matches? So that you could maybe compare the warding between a team that is playing defensively and offensively or farming patterns between those two as well? Because I feel that just a generic heatmap doesn't really give you that much

from core.

howardchung avatar howardchung commented on May 27, 2024

I feel like maps would have to be match specfic. Aggregation doesn't help much when 10 games could be highly variable (super offensive one game, super defensive another, result is just a fairly even looking map).

from core.

stuki avatar stuki commented on May 27, 2024

I was not thinking it would appear in every match, but more as a service in the app that you can invoke if you wonder about how you statistically could do things. And I mean that it would find the matches from all the parsed matches you get
On 10.2.2015 17:49:34, Howard Chung [email protected] wrote:
I feel like maps would have to be match specfic. Aggregation doesn't help much when 10 games could be highly variable (super offensive one game, super defensive another, result is just a fairly even looking map).

Reply to this email directly or view it on GitHub [https://github.com//issues/69#issuecomment-73722834].

from core.

howardchung avatar howardchung commented on May 27, 2024

We could probably offer an aggregation feature that produces combined heatmaps, if we have heatmap data parsed for every match.

We're still exploring how storage intensive this kind of data might be though. It probably depends on how often we take a reading.

from core.

howardchung avatar howardchung commented on May 27, 2024

Comments from display player lanes issue:

A simpler heatmap. We sample the user's location in X/Y coordinates every tick, and take a mean or median every 5 minutes. We store this data in db.

On client side, we box up the map into chunks (top, middle, bottom, radiant jungle, dire jungle), and determine which box the database value falls into. We do a 5 minute increment timeline showing position in each interval.

skadistats/clarity#18 (comment)

from core.

Related Issues (20)

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.