Documentation of 'ca.pfv.spmf.algorithms.frequentpatterns.uapriori.AlgoUApriori' Java class
AlgoUApriori
ca.pfv.spmf.algorithms.frequentpatterns.uapriori

Class AlgoUApriori

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void printStats()
      Print statistics about the latest execution.
      void runAlgorithm(double minsupp, java.lang.String output)
      Run this algorithm
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AlgoUApriori

        public AlgoUApriori(UncertainTransactionDatabase database)
        Constructor
        Parameters:
        database - the database for applying this algorithm
    • Method Detail

      • runAlgorithm

        public void runAlgorithm(double minsupp,
                                 java.lang.String output)
                          throws java.io.IOException
        Run this algorithm
        Parameters:
        minsupp - a minimum support threshold
        output - the output file path for writing the result
        Throws:
        java.io.IOException - exception if error reading/writing files
      • printStats

        public void printStats()
        Print statistics about the latest execution.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.