Package edu.isi.karma.cleaning

Examples of edu.isi.karma.cleaning.EmailNotification


import edu.isi.karma.cleaning.EmailNotification;

//this class is used to evaluate adaptation function
public class AdaptationTest {
  public static void main(String[] args) {
    EmailNotification notification = new EmailNotification();
    ConfigParameters cfg = new ConfigParameters();
    cfg.initeParameters();
    DataCollection.config = cfg.getString();
    Logger log = Logger.getLogger(AdaptationTest.class.getName());
    //preload all libraries
    //Test.test4("/Users/bowu/Research/testdata/TestSingleFile");
    //start experiment
    Test.test4("/Users/bowu/Research/testdata/TestSingleFile");
    Test.test3("/Users/bowu/Research/testdata/TestSingleFile");
    notification.notify(true,"NewExpr");
  }
View Full Code Here

TOP

Related Classes of edu.isi.karma.cleaning.EmailNotification

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.