Interface Clusterer

    • Method Detail

      • isRandomizable

        boolean isRandomizable()
      • setRandomSeed

        void setRandomSeed​(int s)
      • trainingHasStarted

        boolean trainingHasStarted()
      • trainingWeightSeenByModel

        double trainingWeightSeenByModel()
      • resetLearning

        void resetLearning()
      • trainOnInstance

        void trainOnInstance​(Instance inst)
      • getVotesForInstance

        double[] getVotesForInstance​(Instance inst)
      • getModelMeasurements

        Measurement[] getModelMeasurements()
      • getSubClusterers

        Clusterer[] getSubClusterers()
      • getClusteringResult

        Clustering getClusteringResult()
      • implementsMicroClusterer

        boolean implementsMicroClusterer()
      • getMicroClusteringResult

        Clustering getMicroClusteringResult()
      • keepClassLabel

        boolean keepClassLabel()