PAMI.extras.syntheticDataGenerator package
Submodules
PAMI.extras.syntheticDataGenerator.createSyntheticGeoreferentialTemporal module
- class PAMI.extras.syntheticDataGenerator.createSyntheticGeoreferentialTemporal.createGeoreferentialTemporalDatabase(transactions: int, items: int, avgTransaction: int)[source]
Bases:
objectThis class create synthetic geo-referential temporal database.
- Attribute:
- totalTransactionsint
No of transactions
- noOfItemsint or float
No of items
- avgTransactionLengthstr
The length of average transaction
- outputFile: str
Name of the output file.
- Methods:
- createGeoreferentialTemporalDatabase(outputFile)
Create geo-referential temporal database and store into outputFile
Credits:
The complete program was written by P.Likhitha under the supervision of Professor Rage Uday Kiran.
PAMI.extras.syntheticDataGenerator.createSyntheticGeoreferentialTransactions module
- class PAMI.extras.syntheticDataGenerator.createSyntheticGeoreferentialTransactions.createSyntheticGeoreferentialTransaction(transactions, items, avgTransaction)[source]
Bases:
objectThis class create synthetic geo-referential transaction database.
- Attribute:
- totalTransactionsint
No of transactions
- itemsint
No of items
- avgTransactionLengthstr
The length of average transaction
- outputFile: str
Name of the output file.
- Methods:
- createGeoreferentialTransactionDatabase(outputFile)
Create geo-referential transactional database and store into outputFile
Credits:
The complete program was written by P.Likhitha under the supervision of Professor Rage Uday Kiran.
PAMI.extras.syntheticDataGenerator.createSyntheticGeoreferentialUncertainTransaction module
- class PAMI.extras.syntheticDataGenerator.createSyntheticGeoreferentialUncertainTransaction.createSyntheticGeoreferentialUncertainTransaction(transactions: int, items: int, avgTransaction: int)[source]
Bases:
objectThis class is to create synthetic geo-referential uncertain transaction database.
- Attribute:
- totalTransactionsint
No of transactions
- noOfItemsint
No of items
- avgTransactionLengthint
The length of average transaction
- outputFile: str
Name of the output file.
- Methods:
- createGeoreferentialuncertainTransactionDatabase(outputFile)
Create geo-referential transactional database store into outputFile
Credits:
The complete program was written by P.Likhitha under the supervision of Professor Rage Uday Kiran.
PAMI.extras.syntheticDataGenerator.createSyntheticTemporal module
- class PAMI.extras.syntheticDataGenerator.createSyntheticTemporal.createSyntheticTemporal(transactions: int, items: int, avgTransaction: int)[source]
Bases:
objectThis class create synthetic temporal database.
- Attribute:
- totalTransactionsint
No of transactions
- noOfItemsint
No of items
- avgTransactionLengthstr
The length of average transaction
- outputFile: str
Name of the output file.
- Methods:
- createTemporallDatabase(outputFile)
Create temporal database from DataFrame and store into outputFile
Credits:
The complete program was written by P.Likhitha under the supervision of Professor Rage Uday Kiran.
PAMI.extras.syntheticDataGenerator.createSyntheticTransactions module
- class PAMI.extras.syntheticDataGenerator.createSyntheticTransactions.createSyntheticTransaction(totalTransactions: int, items: int, avgTransactionLength: int)[source]
Bases:
objectThis class create synthetic transaction database.
- Attribute:
- totalTransactionsint
No of transactions
- noOfItemsint
No of items
- avgTransactionLengthint
The length of average transaction
- outputFile: str
Name of the output file.
- Methods:
- createTransactionalDatabase(outputFile)
Create transactional database and store into outputFile
Credits:
The complete program was written by P.Likhitha under the supervision of Professor Rage Uday Kiran.
PAMI.extras.syntheticDataGenerator.createSyntheticUncertainTemporal module
- class PAMI.extras.syntheticDataGenerator.createSyntheticUncertainTemporal.createSyntheticUncertainTemporal(totalTransactions: int, items: int, avgTransaction: int)[source]
Bases:
objectThis class create synthetic temporal database.
- Attribute:
- totalTransactionsint
Total no of transactions
- noOfItemsint
No of items
- avgTransactionLengthint
The length of average transaction
- outputFile: str
Name of the output file.
- Methods:
- createUncertainTemporalDatabase(outputFile)
Create temporal database from DataFrame and store into outputFile
Credits:
The complete program was written by P.Likhitha under the supervision of Professor Rage Uday Kiran.
PAMI.extras.syntheticDataGenerator.createSyntheticUncertainTransactions module
- class PAMI.extras.syntheticDataGenerator.createSyntheticUncertainTransactions.createSyntheticUncertainTransaction(transactions: int, items: int, avgTransaction: int)[source]
Bases:
objectThis class create synthetic transaction database.
- Attribute:
- totalTransactionsint
No of transactions
- noOfItemsint
No of items
- avgTransactionLengthstr
The length of average transaction
- outputFile: str
Name of the output file.
- Methods:
- createUncertainTransactionalDatabase(outputFile)
Create uncertain transactional database and store into outputFile
Credits:
The complete program was written by P.Likhitha under the supervision of Professor Rage Uday Kiran.
PAMI.extras.syntheticDataGenerator.createSyntheticUtility module
- class PAMI.extras.syntheticDataGenerator.createSyntheticUtility.createSyntheticUtility(transactions: int, items: int, maxUtilRange: int, avgTransaction: int)[source]
Bases:
objectThis class create synthetic utility database.
- Attribute:
- totalTransactionsint
No of transactions
- noOfItemsint
No of items
- maxUtilRange: int
Maximum utility range
- avgTransactionLengthint
The length of average transaction
- outputFile: str
Name of the output file.
- Methods:
- createUtilityDatabase(outputFile)
Create utility database from DataFrame and store into outputFile
Credits:
The complete program was written by P.Likhitha under the supervision of Professor Rage Uday Kiran.