Class AverageSilhouetteCoefficient

    • Field Detail

      • VALUE_AVERAGE_SILHOUETTE_COEFFICIENT

        public static final String VALUE_AVERAGE_SILHOUETTE_COEFFICIENT
        the key in the container.
        See Also:
        Constant Field Values
      • m_DistanceFunction

        protected weka.core.DistanceFunction m_DistanceFunction
        the distance function to use.
    • Constructor Detail

      • AverageSilhouetteCoefficient

        public AverageSilhouetteCoefficient()
    • Method Detail

      • getTechnicalInformation

        public TechnicalInformation getTechnicalInformation()
        Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
        Specified by:
        getTechnicalInformation in interface TechnicalInformationHandler
        Returns:
        the technical information about this class
      • setDistanceFunction

        public void setDistanceFunction​(weka.core.DistanceFunction value)
        Sets the distance function to use.
        Parameters:
        value - the function
      • getDistanceFunction

        public weka.core.DistanceFunction getDistanceFunction()
        Returns the distance function to use.
        Returns:
        the function
      • distanceFunctionTipText

        public String distanceFunctionTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.