LASR Search: Schuckers, Michael

  • warning: Parameter 1 to faceted_search_ui_faceted_search_init() expected to be a reference, value given in /home/lasr/drupal/includes/module.inc on line 483.
  • warning: Parameter 2 to faceted_search_ui_faceted_search_query_alter() expected to be a reference, value given in /home/lasr/drupal/includes/module.inc on line 483.
2 results

Results

Classification Trees and Predicting Breast Cancer Diagnosis

Classification trees are used with a categorical response variable. The goal of a classification tree is to derive a model that predicts to which category a particular subject or individual belongs, based one or more explanatory factors. For example, we could use a classification tree to predict the diagnosis (Benign or Malignant) of a particular patient based upon information obtained by doctors through scanned images. These classification trees are displayed as a decision tree that has a start node which then branches into other nodes.

Evaluating the Robustness of Competing Clustering Algorithms

When presented with a dataset, it is beneficial to identify any relationships or trends. One way in which we can accomplish this is through the application of cluster analysis, a method for developing taxonomies within a set of observations. While this technique is beneficial in marketing, research, or any profession requiring data analysis, there are many algorithms for dfining clusters in a dataset. As a result, we raise the question, which clustering algorithm is the best in various scenarios?