Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Product Ranking #16

Closed
priyasidhaye opened this issue Feb 13, 2014 · 8 comments
Closed

Product Ranking #16

priyasidhaye opened this issue Feb 13, 2014 · 8 comments
Assignees
Milestone

Comments

@priyasidhaye
Copy link
Collaborator

Ranking products inside the recommended list to be displayed.

Inputs :

  1. Equivalence class
  2. Lucene scores
  3. Feature selection results - contraints.
  4. Ratings for the objects

Output :
Recommended list of products with ranks.

@enewe101
Copy link
Collaborator

Hi Priya and Nishanth --

Could you update us on the status of this issue? This needs to be Integrated before the front-end and back-end controllers can start talking.

You would to define a function in ...creco.server.SearchService which calls your code and gets back a list of ranked products.

As I mentioned to Gowri, you will want merge Integration into your branch (while your branch is checked out) to do this hooking up to SearchServices. You can proceed with this right away.

However, when you are ready to merge that back into Integration, please post and wait. We have some other operations going on there at the moment.

Thanks!

@nishanthtgwda
Copy link
Collaborator

Hello Edward,
I should be done with the first part of the code by today night. I will merge integration into my branch by today night latest.

Thanks

@enewe101
Copy link
Collaborator

Thanks for the update Nishanth!
On Feb 22, 2014 2:58 PM, "nishanth1991" notifications@github.com wrote:

Hello Edward,
I should be done with the first part of the code by today night. I will
merge integration into my branch by today night latest.

Thanks

Reply to this email directly or view it on GitHubhttps://github.com//issues/16#issuecomment-35812811
.

@priyasidhaye
Copy link
Collaborator Author

Hi Edward,

I should finish the basic part by tonight as well, latest before tomorrow
morning.

Thanks,

Priya

On Sat, Feb 22, 2014 at 3:09 PM, enewe101 notifications@github.com wrote:

Thanks for the update Nishanth!

On Feb 22, 2014 2:58 PM, "nishanth1991" notifications@github.com wrote:

Hello Edward,
I should be done with the first part of the code by today night. I will
merge integration into my branch by today night latest.

Thanks

Reply to this email directly or view it on GitHub<
https://github.com/prmr/Creco/issues/16#issuecomment-35812811>

.

Reply to this email directly or view it on GitHubhttps://github.com//issues/16#issuecomment-35813127
.

@enewe101
Copy link
Collaborator

Good stuff. Make sure to coordinate with Nishanth for integration since
your parts work together.

Thanks for the update!
On Feb 22, 2014 4:48 PM, "priyasidhaye" notifications@github.com wrote:

Hi Edward,

I should finish the basic part by tonight as well, latest before tomorrow
morning.

Thanks,

Priya

On Sat, Feb 22, 2014 at 3:09 PM, enewe101 notifications@github.com
wrote:

Thanks for the update Nishanth!

On Feb 22, 2014 2:58 PM, "nishanth1991" notifications@github.com
wrote:

Hello Edward,
I should be done with the first part of the code by today night. I will
merge integration into my branch by today night latest.

Thanks

Reply to this email directly or view it on GitHub<
https://github.com/prmr/Creco/issues/16#issuecomment-35812811>

.

Reply to this email directly or view it on GitHub<
https://github.com/prmr/Creco/issues/16#issuecomment-35813127>
.

Reply to this email directly or view it on GitHubhttps://github.com//issues/16#issuecomment-35815948
.

@nishanthtgwda
Copy link
Collaborator

Filtering module pushed to integration branch.

@MariamN
Copy link
Collaborator

MariamN commented Feb 28, 2014

Priya and Nishanth, can you please let me know what is the signature of the function that I have to call to pass the user tweaked list of features (scored list of features )

@nishanthtgwda
Copy link
Collaborator

Hello Mariam ,
RankedFeaturesProducts(List pRatingList, List pSpecList, List pProductSearchResult) will create an new object of RankedFeaturesProducts. And on the created object , getaProductSearchResult() will return a List , which you can use for display.

@asutcl asutcl modified the milestone: Release 0.1 Mar 1, 2014
@asutcl asutcl closed this as completed Mar 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants