Package ghidra.feature.vt.api.main
Class VTScore
java.lang.Object
ghidra.feature.vt.api.main.VTScore
- All Implemented Interfaces:
Comparable<VTScore>
Class that represents a numerical score for a correlator.
-
Constructor Details
-
VTScore
public VTScore(double score) -
VTScore
-
-
Method Details
-
getScore
public double getScore() -
getLog10Score
public double getLog10Score() -
getFormattedScore
-
getFormattedLog10Score
-
hashCode
public int hashCode() -
equals
-
toStorageString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<VTScore>
-
toString
-