Class AbstractCallableWekaClustererEvaluator

    • Constructor Detail

      • AbstractCallableWekaClustererEvaluator

        public AbstractCallableWekaClustererEvaluator()
    • Method Detail

      • setClusterer

        public void setClusterer​(CallableActorReference value)
        Sets the name of the callable clusterer to use.
        Parameters:
        value - the name
      • getClusterer

        public CallableActorReference getClusterer()
        Returns the name of the callable clusterer in use.
        Returns:
        the name
      • clustererTipText

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

        protected weka.clusterers.Clusterer getClustererInstance()
        Returns an instance of the callable clusterer.
        Returns:
        the clusterer