All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.expleague.ml.JMLLCLI Maven / Gradle / Ivy

package com.expleague.ml;

import java.io.IOException;

/**
 * User: solar
 * User: starlight
 * Date: 08.08.13
 * Time: 17:38
 */
public class JMLLCLI {
  public static void main(final String[] args) throws IOException {
    com.expleague.ml.cli.JMLLCLI.main(args); //for old compatibility
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy