public class PercentileClassificationSettings extends ClassificationSettings
NONE
Constructor and Description |
---|
PercentileClassificationSettings(ClassificationType type,
double topPercentage) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
double |
getTopPercentage() |
int |
hashCode() |
java.lang.String |
toString() |
getType
public PercentileClassificationSettings(ClassificationType type, double topPercentage)
public double getTopPercentage()
public boolean equals(java.lang.Object o)
equals
in class ClassificationSettings
public int hashCode()
hashCode
in class ClassificationSettings
public java.lang.String toString()
toString
in class ClassificationSettings