Record Class DENCLUE.Options
java.lang.Object
java.lang.Record
smile.clustering.DENCLUE.Options
- Record Components:
sigma- the smooth parameter in the Gaussian kernel. The user can choose sigma such that number of density attractors is constant for a long interval of sigma.m- the number of selected samples used in the iteration. This number should be much smaller than the number of observations to speed up the algorithm. It should also be large enough to capture the sufficient information of underlying distribution.minPts- the minimum number of neighbors for a core attractor.tol- the tolerance of hill-climbing procedure.
- Enclosing class:
DENCLUE
DENCLUE hyperparameters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intm()Returns the value of themrecord component.intminPts()Returns the value of theminPtsrecord component.static DENCLUE.Optionsof(Properties props) Returns the options from properties.doublesigma()Returns the value of thesigmarecord component.doubletol()Returns the value of thetolrecord component.Returns the persistent set of hyperparameters.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Options
public Options(double sigma, int m, int minPts, double tol) Constructor. -
Options
public Options(double sigma, int m) Constructor.- Parameters:
sigma- the smooth parameter in the Gaussian kernel.m- the number of selected samples used in the iteration.
-
-
Method Details
-
toProperties
Returns the persistent set of hyperparameters.- Returns:
- the persistent set.
-
of
Returns the options from properties.- Parameters:
props- the hyperparameters.- Returns:
- the options.
-
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. All components in this record class are compared with thecomparemethod from their corresponding wrapper classes. -
sigma
-
m
-
minPts
-
tol
-