Clustering allows for a data set to be grouped such that the data points in a same group are similar according to some criteria. A generated clustering model (e.g., a result of applying a clustering algorithm to a data set) is dependent on a variety of factors, such as the particular clustering algorithm applied, the distance measurements used in the clustering algorithm, a feature selection for the clustering algorithm, and other factors. In other words, many different clustering models may be generated from a same data set depending on these factors. As clustering is an unsupervised machine learning approach, there is no ground truth in order to determine whether a given clustering model (e.g., a result of applying a clustering algorithm to a data set) is more correct or quantitatively better than another clustering model.
Clustering allows for a data set to be grouped such that the data points in a same group are similar according to some criteria. A generated clustering model (e.g., a result of applying a clustering algorithm to a data set) is dependent on a variety of factors, such as the particular clustering algorithm applied, the distance measurements used in the clustering algorithm, a feature selection for the clustering algorithm, and other factors. In other words, many different clustering models may be generated from a same data set depending on these factors. As clustering is an unsupervised machine learning approach, there is no ground truth in order to determine whether a given clustering model (e.g., a result of applying a clustering algorithm to a data set) is more correct or quantitatively better than another clustering model. Different clustering models of the same data set may provide different perspectives on the data set that are each relevant to a user. In some cases, the perspectives provided by clustering model X may be more pertinent to a user N but the perspectives provided by a different clustering model Y may be more pertinent to a user M. Thus, there may not be an ideal or one-size-fits-all clustering model for a given set of data.
For example, assume a data set of customer data for a retailer. Each entry in the data set may describe a particular customer age, location, income level, annual spending with the retailer, and the like. Various clustering models of the data set may be generated. For example, one clustering model may group the customers into groups by age ranges, another clustering model may group the customers into ranges of annual spending, while another clustering model groups the customers by both age and income level. Each clustering model provides different insights into the groups of customers of that retailer, with no particular clustering model being more “correct” than another by any criteria.
To address these concerns, diverse clustering allows for different clustering models to be generated from a same data set. For example, each clustering model may be generated (e.g., trained) with different combinations of clustering algorithms and hyperparameters. A hyperparameter is an input parameter of a clustering algorithm whose value is used to control the classification process (e.g., the K value of a K-means algorithm), in contrast to a parameter that is derived through the execution of the algorithm itself. A novelty search may be performed on the generated clustering model to find a subset of novel clustering models that are diverse so as to provide different perspectives on the data set. A novelty search of clustering models is a selection of N clustering models (e.g., the second plurality of clustering models) as a subset of M clustering models (e.g., the first plurality of clustering models), where the selection is based on a degree of difference between the M clustering models. A report is then generated based on the novel clustering models. For example, the report may include a user interface including one or more visualizations for the novel clustering models. A user interacting with the user interface may select particular clustering models, clusters, or data points to explore various attributes of the selected item.
Stored in RAM 104 is an operating system 110. Operating systems useful in computers configured for diverse clustering of a data set according to certain embodiments include UNIX™, Linux™, Microsoft Windows™, and others as will occur to those of skill in the art. The operating system 110 in the example of
The diverse clustering module 114 generates a first plurality of clustering models based on a data set. Each entry in the data set includes one or more values for one or more attributes (e.g., “features”). For example, where the data set is expressed as a table, each entry may correspond to a row while each feature may correspond to a column. Each clustering model of the first plurality of clustering models is a result of applying a given clustering algorithm to the data set using a particular set of hyperparameters. Thus, each of the first plurality of clustering models is different by virtue of being generated based on a different combination of an algorithm and hyperparameters relative to another clustering model. For example, two clustering models using the same clustering algorithm but different hyperparameter values would be considered different, two clustering models using different clustering algorithms but the same hyperparameter values would be considered different, and two clustering models using different clustering algorithms and hyperparameter values would also be considered different.
One skilled in the art will appreciate that the approaches described herein may be applied to any applicable clustering algorithm, including Hierarchical Density-Based Spatial Clustering of Applications with Noise (HDBSCAN), SpectralNet, and the like. The hyperparameters of the clustering algorithm describe various configurable attributes used by a given clustering algorithm independent of the actual values of the data set. For example, the hyperparameters may include a minimum number of clusters to be generated, a maximum number of clusters to be generated, or a specific number of clusters to be generated. In some embodiments, the number of clusters to be generated based on a list or range of numbers. For example, assuming the number of clusters to be generated is based on a list. In such an embodiment, each clustering algorithm may be applied to each permutation of hyperparameter values including each number in the list.
In some embodiments, the number of clusters to be generated (e.g., minimum, maximum, specific, or list) is defined based on a user input. In other embodiments, the number of clusters to be generated is dynamically calculated. For example, an algorithm to determine a best number of clusters may be applied to the data set, and the determined number is used as the number of clusters to be generated. As another example, the determined number may be used to generate a list of numbers of clusters. Continuing this example, for a determined number of clusters n_clusters, the list may be generated as [n_clusters/2, n_clusters, n_clusters*2], or by another approach as can be appreciated.
In some embodiments, the hyperparameters may include a distance measure to be used by the clustering algorithm. A distance measure is an algorithm or function to determine the distance between two points (e.g., entries) in the data set. For example, the distance measure may include a Euclidian distance function, a Manhattan distance function, a correlation distance function, or other distance function as can be appreciated. One skilled in the art will appreciate that the resulting clustering models generated from the same data set may vary based on the particular distance function used to generate the clusters of the clustering model.
In some embodiments, the hyperparameters may include a feature selection of the data set. A feature selection is a set of particular features of the data set to be used when generating the clustering model. Thus, a for a given feature selection that excludes one or more features of the data set, the excluded one or more features will not be considered when generating the clustering model. In some embodiments, the plurality of first clustering models may be generated using each possible combination of selected features. In some embodiments, the first plurality of clustering models may be generated such that each feature set combination used in generating the first plurality of clustering models always includes a particular feature. For example, given the retail customer example above, a user may specify that income range should always be included in any feature selection for which a clustering model is generated. In some embodiments, the first plurality of clustering models may be generated such that each feature set combination used in generating the first plurality of clustering models always excludes a particular feature. For example, given the retail customer example above, a user may specify that age should always be excluded in any feature selection for which a clustering model is generated. In some embodiments, the hyperparameters include whether or not principal component analysis (PCA) is applied to the data set prior to applying the clustering algorithm. By applying PCA, a subset of the features of the data set may be selected for application of the clustering algorithm.
The diverse clustering module 114 then selects, from the first plurality of clustering models, based on a novelty search of the first plurality of clustering models, a second plurality of clustering models. A novelty search of clustering models is a selection of N clustering models (e.g., the second plurality of clustering models) as a subset of M clustering models (e.g., the first plurality of clustering models), where the selection is based on a degree of difference between the M clustering models.
The novelty search may be performed using various metrics. The particular usage of such metrics and the particular clustering models upon which the measures will be calculated will be described in further detail below. In some embodiments, the metrics include a Rand index that quantitatively measures the similarity between two clustering models. In some embodiments, the metrics include a feature importance vector. A feature importance is quantitative measurement of the significance of a particular data set feature in generating a particular classification by a classifier model. Accordingly, a feature importance vector is a vector of feature importance values for each feature in the feature selection for the clustering model.
In some embodiments, calculating a feature importance vector for a given clustering model includes training a Random Forest classifier with the input data used to generate the clustering model (e.g., the selected feature data) and the clustering labels for the clustering model. The feature importance values for each feature in the selected feature is then calculated based on the Random Forest classifier. The resulting feature importance values are then included in the feature importance vector for the clustering model.
In some embodiments, the metrics include a novelty score. The novelty score is a quantitative evaluation of novelty between two clustering models. The novelty score for a pair of clustering models is based on the Rand index for the two clustering models and the feature importance vectors of each of the two clustering models. For example, in some embodiments, the novelty score NS may be calculated as NS=alpha*RI+cosine-similarity (FI1, FI2), where alpha is a free parameter, RI is the Rand index of the two clustering models, FI1 is the feature importance vector of a first clustering model, and FI2 is the feature importance vector of the second clustering model.
In some embodiments, the metrics include one or more cluster quality measurements. The cluster quality measurements for a given clustering model are quantitative evaluations of a degree of separation for clusters in the given clustering model, a degree of compactness for clusters in the given clustering model, or both. For example, in some embodiments, the cluster quality metrics include a Calinski-Harabasz score, a Silhouette score, or a Davies-Bouldin score. In other words, the one or more cluster quality metrics evaluate the topology of a given clustering model.
In some embodiments, prior to selecting the second plurality of clustering models from the first plurality of clustering models, the first plurality of clustering models are filtered based on the one or more cluster quality measurements. For example, clustering models having a particular cluster quality measurement above or below a threshold may be excluded from the first plurality of clustering models. As an example, clustering models with a Silhouette score below 0 may be filtered or removed from the first plurality of clustering models. This step removes noisy or unbalanced clustering models from consideration for inclusion in the second plurality of clustering models.
In some embodiments, selecting the second plurality of clustering models comprises selecting the second plurality of clustering models based on a clustering of a plurality of feature importance vectors corresponding to the first plurality of clustering models. For example, a feature importance vector is calculated for each of the first plurality of clustering models. A KMeans algorithm is then applied to the feature importance vectors, where k=N (e.g., the number of clustering models to be included in the second plurality of clustering models). This results in N clusters of feature importance vectors. For each of the N feature importance vector clusters, a corresponding clustering model with highest a Calinski-Harabasz (or other cluster quality measurement) score is included in the second plurality of clustering models. Thus, the second plurality of clustering models includes a clustering model with a highest Calinski-Harabasz score relative to other clustering models in a same feature importance vector cluster.
In some embodiments, selecting the second plurality of clustering models comprises selecting the second plurality of clustering models based on a plurality of novelty scores for a subset of the first plurality of clustering models. For example, in some embodiments, a Calinski-Harabasz (or other cluster quality measurement) score is calculated for each cluster model in the first plurality of clustering models, because these cluster quality measurements measure topological differences between clustering results. Where N is the number of clustering models to be included in the second plurality of clustering models, k clustering models are selected for inclusion in the second plurality of clustering models based on the ranking of the Calinski-Harabasz scores, where k=N/2. For example, clustering models at index (0, M/k, 2*M/k, . . . ) are added to the second plurality of clustering models, where M is the number of clustering models in the first plurality of clustering models.
For each of these selected clustering models (e.g., selected based on the Calinski-Harabasz scores), a novelty score is calculated relative to every other clustering model in the first plurality of clustering model (e.g., unselected clustering models). Thus, each novelty score is calculated relative to a selected clustering model and an unselected clustering model. For the top N/2 novelty scores, the corresponding unselected clustering model is then added to the second plurality of clustering models. Thus the second plurality of clustering models includes N/2 clustering models selected based on a Calinski-Harabasz score and another N/2 clustering models selected based on novelty scores.
In some embodiments, selecting the second plurality of clustering models comprises selecting the second plurality of clustering models based on a clustering of a plurality of feature importance vectors corresponding to the first plurality of clustering models and a plurality of novelty scores for a subset of the first plurality of clustering models. As an example, in some embodiments, a feature importance vector is calculated for each of the first plurality of clustering models. A KMeans algorithm is then applied to the feature importance vectors, where k=N/2. This results in N/2 clusters of feature importance vectors. For each of the N/2 feature importance vector clusters, a corresponding clustering model with highest a Calinski-Harabasz (or other cluster quality measurement) score is selected for inclusion in the second plurality of clustering models.
For each of these selected clustering models (e.g., selected based on the feature importance vectors), a novelty score is calculated relative to every other clustering model in the first plurality of clustering model (e.g., unselected clustering models). Thus, each novelty score is calculated relative to a selected clustering model and an unselected clustering model. For the top N/2 novelty scores, the corresponding unselected clustering model is then added to the second plurality of clustering models. Thus the second plurality of clustering models includes N/2 clustering models selected based on feature importance vectors and another N/2 clustering models selected based on novelty scores.
In other embodiments, after running the KMeans (k=N/2) on the feature importance vectors, for a given feature importance vector cluster, a clustering model corresponding to a highest Calinski-Harabasz scoring feature importance vector is added to a list novelty_model_list. Novelty scores are then used to select a most novel clustering model from novelty_model_list using the geometric mean of the novelty distance. The selected clustering model is then added to a list novel_model_list. The process of selecting a most novel clustering model from novelty_model_list and adding it to novel_model_list is repeated until a size of the novel_model_list reaches N.
The diverse clustering module 114 then generates a report based on the second plurality of clustering models. In some embodiments, the report comprises one or more visualizations based on the second plurality of clustering models. For example, turning to
As another example, the report may include a user interface for exploring visualizations and data related to each clustering model in the second plurality of clustering models. For example,
The generated report may include various graphs or visualizations known to one skilled in the art related to a particular cluster model, a particular cluster, or a particular data point. Such visualizations may include, for example, the cluster map of
The generated report may include multiple graphs, visualizations, or selectable elements within a same user interface. For example,
One skilled in the art will appreciate that the approaches set forth herein for diverse clustering of a data set allow for a variety of clustering models to be generated from a same data set. Novel clustering models may then be automatically selected and represented in a report. The report allows for a user to explore the various attributes of the clustering models and the generated clusters, providing for a more detailed and varied view of data than would be available through generating a single clustering model. For example,
Although the approaches set forth herein describe selecting novel clustering models (e.g., a second plurality of clustering models) from a superset of generated clustering models (e.g., a first plurality of clustering models), one skilled in the art will appreciate that, in alternative embodiments, the first plurality of clustering models may be imported from a data store or other encoding of clustering models. The second plurality of clustering models may then be selected from the imported clustering models.
Turning back to
The example computer 100 of
The exemplary computer 100 of
For further explanation,
One skilled in the art will appreciate that the approaches described herein may be applied to any applicable clustering algorithm, including Hierarchical Density-Based Spatial Clustering of Applications with Noise (HDBSCAN), SpectralNet, and the like. The hyperparameters of the clustering algorithm describe various configurable attributes used by a given clustering algorithm independent of the actual values of the data set. For example, the hyperparameters may include a minimum number of clusters to be generated, a maximum number of clusters to be generated, or a specific number of clusters to be generated. In some embodiments, the number of clusters to be generated based on a list or range of numbers. For example, assuming the number of clusters to be generated is based on a list. In such an embodiment, each clustering algorithm may be applied to each permutation of hyperparameter values including each number in the list.
In some embodiments, the number of clusters to be generated (e.g., minimum, maximum, specific, or list) is defined based on a user input. In other embodiments, the number of clusters to be generated is dynamically calculated. For example, an algorithm to determine a best number of clusters may be applied to the data set, and the determined number is used as the number of clusters to be generated. As another example, the determined number may be used to generate a list of numbers of clusters. Continuing this example, for a determined number of clusters n_clusters, the list may be generated as [n_clusters/2, n_clusters, n_clusters*2], or by another approach as can be appreciated.
In some embodiments, the hyperparameters may include a distance measure to be used by the clustering algorithm. A distance measure is an algorithm or function to determine the distance between two points (e.g., entries) in the data set. For example, the distance measure may include a Euclidian distance function, a Manhattan distance function, a correlation distance function, or other distance function as can be appreciated. One skilled in the art will appreciate that the resulting clustering models generated from the same data set may vary based on the particular distance function used to generate the clusters of the clustering model.
In some embodiments, the hyperparameters may include a feature selection of the data set. A feature selection is a set of particular features of the data set to be used when generating the clustering model. Thus, a for a given feature selection that excludes one or more features of the data set, the excluded one or more features will not be considered when generating the clustering model. In some embodiments, the plurality of first clustering models may be generated using each possible combination of selected features. In some embodiments, the first plurality of clustering models may be generated such that each feature set combination used in generating the first plurality of clustering models always includes a particular feature. For example, given the retail customer example above, a user may specify that income range should always be included in any feature selection for which a clustering model is generated. In some embodiments, the first plurality of clustering models may be generated such that each feature set combination used in generating the first plurality of clustering models always excludes a particular feature. For example, given the retail customer example above, a user may specify that age should always be excluded in any feature selection for which a clustering model is generated. In some embodiments, the hyperparameters include whether or not principal component analysis (PCA) is applied to the data set prior to applying the clustering algorithm. By applying PCA, a subset of the features of the data set may be selected for application of the clustering algorithm.
The method of
The novelty search may be performed using various metrics. The particular usage of such metrics and the particular clustering models upon which the measures will be calculated will be described in further detail below. In some embodiments, the metrics include a Rand index that quantitatively measures the similarity between two clustering models. In some embodiments, the metrics include a feature importance vector. A feature importance is quantitative measurement of the significance of a particular data set feature in generating a particular classification by a classifier model. Accordingly, a feature importance vector is a vector of feature importance values for each feature in the feature selection for the clustering model.
In some embodiments, calculating a feature importance vector for a given clustering model includes training a Random Forest classifier with the input data used to generate the clustering model (e.g., the selected feature data) and the clustering labels for the clustering model. The feature importance values for each feature in the selected feature is then calculated based on the Random Forest model. The resulting feature importance values are then included in the feature importance vector for the clustering model.
In some embodiments, the metrics include a novelty score. The novelty score is a quantitative evaluation of novelty between two clustering models. The novelty score for a pair of clustering models is based on the Rand index for the two clustering models and the feature importance vectors of each of the two clustering models. For example, in some embodiments, the novelty score NS may be calculated as NS=alpha*RI+cosine-similarity (FI1, FI2), where alpha is a free parameter, RI is the Rand index of the two clustering models, FI1 is the feature importance vector of a first clustering model, and FI2 is the feature importance vector of the second clustering model.
In some embodiments, the metrics include one or more cluster quality measurements. The cluster quality measurements for a given clustering model are quantitative evaluations of a degree of separation for clusters in the given clustering model, a degree of compactness for clusters in the given clustering model, or both. For example, in some embodiments, the cluster quality metrics include a Calinski-Harabasz score, a Silhouette score, or a Davies-Bouldin score. In other words, the one or more cluster quality metrics evaluate the topology of a given clustering model.
The method of
As another example, the report may include a user interface for exploring visualizations and data related to each clustering model in the second plurality of clustering models. For example,
The generated report may include various graphs or visualizations related to a particular cluster model, a particular cluster, or a particular data point. Such visualizations may include, for example, the cluster map of
The generated report may include multiple graphs, visualizations, or selectable elements within a same user interface. For example,
For further explanation,
The method of
For further explanation,
The method of
For each of these selected clustering models (e.g., selected based on the Calinski-Harabasz scores), a novelty score is calculated relative to every other clustering model in the first plurality of clustering model (e.g., unselected clustering models). Thus, each novelty score is calculated relative to a selected clustering model and an unselected clustering model. For the top N/2 novelty scores, the corresponding unselected clustering model is then added to the second plurality of clustering models. Thus the second plurality of clustering models includes N/2 clustering models selected based on a Calinski-Harabasz score and another N/2 clustering models selected based on novelty scores.
For further explanation,
The method of
For each of these selected clustering models (e.g., selected based on the feature importance vectors), a novelty score is calculated relative to every other clustering model in the first plurality of clustering model (e.g., unselected clustering models). Thus, each novelty score is calculated relative to a selected clustering model and an unselected clustering model. For the top N/2 novelty scores, the corresponding unselected clustering model is then added to the second plurality of clustering models. Thus the second plurality of clustering models includes N/2 clustering models selected based on feature importance vectors and another N/2 clustering models selected based on novelty scores.
In other embodiments, after running the KMeans (k=N/2) on the feature importance vectors, for a given feature importance vector cluster, a clustering model corresponding to a highest Calinski-Harabasz scoring feature importance vector is added to a list novelty_model_list. Novelty scores are then used to select a most novel clustering model from novelty_model_list using the geometric mean of the novelty distance. The selected clustering model is then added to a list novel_model_list. The process of selecting a most novel clustering model from novelty_model_list and adding it to novel_model_list is repeated until a size of the novel_model_list reaches N.
For further explanation,
The method of
In view of the explanations set forth above, readers will recognize that the benefits of diverse clustering of a data set include:
Exemplary embodiments of the present disclosure are described largely in the context of a fully functional computer system for diverse clustering of a data set. Readers of skill in the art will recognize, however, that the present disclosure also can be embodied in a computer program product disposed upon computer readable storage media for use with any suitable data processing system. Such computer readable storage media can be any storage medium for machine-readable information, including magnetic media, optical media, or other suitable media. Examples of such media include magnetic disks in hard drives or diskettes, compact disks for optical drives, magnetic tape, and others as will occur to those of skill in the art. Persons skilled in the art will immediately recognize that any computer system having suitable programming means will be capable of executing the steps of the method of the disclosure as embodied in a computer program product. Persons skilled in the art will recognize also that, although some of the exemplary embodiments described in this specification are oriented to software installed and executing on computer hardware, nevertheless, alternative embodiments implemented as firmware or as hardware are well within the scope of the present disclosure.
The present disclosure can be a system, a method, and/or a computer program product. The computer program product can include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present disclosure.
The computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device. The computer readable storage medium can be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing. A non-exhaustive list of more specific examples of the computer readable storage medium includes the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing. A computer readable storage medium, as used herein, is not to be construed as being transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission media (e.g., light pulses passing through a fiber-optic cable), or electrical signals transmitted through a wire.
Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network. The network can include copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers. A network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device.
Computer readable program instructions for carrying out operations of the present disclosure can be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state-setting data, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++ or the like, and conventional procedural programming languages, such as the “C” programming language or similar programming languages. The computer readable program instructions can execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer can be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection can be made to an external computer (for example, through the Internet using an Internet Service Provider). In some embodiments, electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) can execute the computer readable program instructions by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present disclosure.
Aspects of the present disclosure are described herein with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the disclosure. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer readable program instructions.
These computer readable program instructions can be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks. These computer readable program instructions can also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein includes an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.
The computer readable program instructions can also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
The flowchart and block diagrams in the Figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods, and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams can represent a module, segment, or portion of instructions, which includes one or more executable instructions for implementing the specified logical function(s). In some alternative implementations, the functions noted in the block can occur out of the order noted in the figures. For example, two blocks shown in succession can, in fact, be executed substantially concurrently, or the blocks can sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts or carry out combinations of special purpose hardware and computer instructions.
It will be understood from the foregoing description that modifications and changes can be made in various embodiments of the present disclosure. The descriptions in this specification are for purposes of illustration only and are not to be construed in a limiting sense. The scope of the present disclosure is limited only by the language of the following claims.