Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Java help please!!

  1. #1
    Junior Member
    Join Date
    Dec 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Java help please!!

    Hello,

    I would like to ask how can insert constraints(cannot link,must link constrains) in MPCKMeans.java. I want to implement an application in which we have constraints for the users. There is a database with movies and every user can rate the movies and then the system be able using the specific algorithm to suggest to the user proper movies.
    the constrains have to do for example different scales of rate kave to go together(rated comedy movies tha had rated as very good in script having 7-10 rate together with 5-7 in interpretation at the same movie. this restriction means that the system following this combination set that all the comedy movies with the same restriction consider as very good movies.


  2. #2
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: Java help please!!

    hmm... sorry, but we have no idea what that class looks like if you don't post the code

    There's always the Page Rank Algorithm which you can modify to follow the constraints you want.