package com.hygenics.facialrec; /** * Test different sets using ANOVA to see the variance in our collected data. In * this case, our map and statistics need to include many points. This is a * means test. * * @author aevans * */ public class ANOVA { public ANOVA() { } public void run() { } }