Class SingleFeatureDBCreator

  • All Implemented Interfaces:
    IFeatureDBCreator

    public class SingleFeatureDBCreator
    extends Object
    implements IFeatureDBCreator
    Class that creates tables and stores feature scores for each event type in our dataset.
    Author:
    Dustin Kempton, Data Mining Lab, Georgia State University
    • Constructor Detail

      • SingleFeatureDBCreator

        public SingleFeatureDBCreator​(DataSource dsourc)
        Constructor for this database creator.
        Parameters:
        dsourc - The data source that connects to the database schema in which we will be creating the tables.