Skip to content

btxl246/Introduction-to-Data-Mining

Repository files navigation

Introduction to Data Mining project

File: data.csv

  1. CSVProcessor
  • Skip rows that are incomplete or unnecessary.
  • Replace single quotes, double quotes, and commas between double quotes.
  1. ARFFProcessor
  • Create a .arff file from a .csv file.
  1. Transaction
  • A transaction contains an InvoiceNo and StockCodes.
  1. TransactionList
  • Group transactions with the same InvoiceNo in the same entry.
  • Save the list to a .csv file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages