Package de.lmu.ifi.dbs.elki.data.synthetic.bymodel

Examples of de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorMain.generate()


    }
    if(testAgainstModel != null) {
      gen.setTestAgainstModel(testAgainstModel);
    }
    try {
      return gen.generate();
    }
    catch(UnableToComplyException e) {
      throw new AbortException("Data generation failed. ", e);
    }
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.