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 3 of 3

Thread: How to write Entropy class in java?

  1. #1
    Member
    Join Date
    Feb 2011
    Posts
    30
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to write Entropy class in java?

    I found documentation for a class that has some methods I really find useful located at this website.

    Is the code for these methods publicly accessible through this webpage or should I email the author about it?

    Thanks
    Last edited by Deep_4; November 7th, 2012 at 12:47 PM.


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: How would I use a class like this?

    Have a look at the URL for that webpage...it contains the keyword JavaMI. A quick google of JavaMI brings up the following library:
    JavaMI, a mutual information toolbox for Java (which could have alternatively been found by incrementally removing the directories from the URL)

  3. #3
    Junior Member
    Join Date
    Aug 2012
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: How would I use a class like this?

    You shall mail to author about it. This may solve your problem in an easy way.

Similar Threads

  1. need to make basic class and implementation class (base class without void main)
    By javanewbie101 in forum Object Oriented Programming
    Replies: 1
    Last Post: September 19th, 2012, 08:03 PM
  2. create a test class (main method) to start(run) the class in Java
    By curious725 in forum Java Theory & Questions
    Replies: 5
    Last Post: August 1st, 2012, 03:21 AM
  3. Replies: 3
    Last Post: June 17th, 2012, 06:22 PM
  4. Replies: 7
    Last Post: July 21st, 2011, 02:29 PM
  5. Replies: 0
    Last Post: April 11th, 2010, 08:56 AM