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

Class UncertainTransactionDatabase

    • Constructor Detail

      • UncertainTransactionDatabase

        public UncertainTransactionDatabase()
    • Method Detail

      • loadFile

        public void loadFile(java.lang.String path)
                      throws java.io.IOException
        Load a transaction database from a file.
        Parameters:
        path - the path of the file
        Throws:
        java.io.IOException - exception if error while reading the file.
      • printDatabase

        public void printDatabase()
        Print this database to System.out.
      • size

        public int size()
        Get the number of transactions.
        Returns:
        a int
      • getTransactions

        public java.util.List<ItemsetUApriori> getTransactions()
        Get the list of transactions.
        Returns:
        the list of Transactions.
      • getAllItems

        public java.util.Set<ItemUApriori> getAllItems()
        Get the set of items in this database.
        Returns:
        a Set of Integers

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.