Class Feature<F>
java.lang.Object
es.uam.eps.ir.relison.diffusion.data.Feature<F>
- Type Parameters:
F
- parameter for the information.
- All Implemented Interfaces:
java.lang.Cloneable
public class Feature<F>
extends java.lang.Object
implements java.lang.Cloneable
Class for the parameters we want to measure at evaluation. By now, although its values can be
variated, they are treated as nominal values.
-
Field Details
-
value
Value of the parameter.
-
-
Constructor Details
-
Feature
Constructor.- Parameters:
value
- Value of the parameter.
-
-
Method Details
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-
clone
- Overrides:
clone
in classjava.lang.Object
- Throws:
java.lang.CloneNotSupportedException
-
getValue
Obtains the value of the parameter.- Returns:
- the value.
-