Record Class Relevance
java.lang.Object
java.lang.Record
smile.nlp.relevance.Relevance
- Record Components:
text- the document to rank.score- the relevance score.
- All Implemented Interfaces:
Comparable<Relevance>
In the context of information retrieval, relevance denotes how well a
retrieved set of documents meets the information need of the user.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.doublescore()Returns the value of thescorerecord component.text()Returns the value of thetextrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Relevance
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<Relevance>
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
text
-
score
-