Package ru.autosome.macroape.calculation.di

Examples of ru.autosome.macroape.calculation.di.CompareModels


    return from_arglist(argv);
  }

  @Override
  protected CompareModels calculator() {
    return new CompareModels(firstPWM, secondPWM, firstBackground, secondBackground, discretizer, maxPairHashSize, maxHashSize);
  }
View Full Code Here

TOP

Related Classes of ru.autosome.macroape.calculation.di.CompareModels

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.