| Interface | Description |
|---|---|
| UserScore.Options |
Options supported by
UserScore. |
| Class | Description |
|---|---|
| GameStats |
This class is the fourth in a series of four pipelines that tell a story in a 'gaming'
domain, following
UserScore, HourlyTeamScore, and LeaderBoard. |
| GameStats.CalculateSpammyUsers |
Filter out all but those users with a high clickrate, which we will consider as 'spammy' uesrs.
|
| HourlyTeamScore |
This class is the second in a series of four pipelines that tell a story in a 'gaming'
domain, following
UserScore. |
| LeaderBoard |
This class is the third in a series of four pipelines that tell a story in a 'gaming' domain,
following
UserScore and HourlyTeamScore. |
| UserScore |
This class is the first in a series of four pipelines that tell a story in a 'gaming' domain.
|
| UserScore.ExtractAndSumScore |
A transform to extract key/score information from GameActionInfo, and sum the scores.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.