org.mymedialite.eval
Class ItemRecommendationEvaluationResults

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.lang.String,java.lang.Double>
          extended by org.mymedialite.eval.ItemRecommendationEvaluationResults
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Double>

public class ItemRecommendationEvaluationResults
extends java.util.HashMap<java.lang.String,java.lang.Double>

Item recommendation evaluation results. This class is basically a HashMap with a custom-made toString() method.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
ItemRecommendationEvaluationResults()
          default constructor.
 
Method Summary
 java.lang.String toString()
          Format item prediction results.
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

ItemRecommendationEvaluationResults

public ItemRecommendationEvaluationResults()
default constructor.

Method Detail

toString

public java.lang.String toString()
Format item prediction results.

Overrides:
toString in class java.util.AbstractMap<java.lang.String,java.lang.Double>
Returns:
a string containing the results