| 组织ID: |
ai.h2o |
| 项目ID: |
h2o-genmodel |
| 版本: |
3.6.0.2 |
| 最后修改时间: |
2018-09-08 09:01:11 |
| 包类型: |
jar |
| 标题: |
h2o-genmodel |
| 描述: |
H2O GenModel |
| 相关URL: |
https://github.com/h2oai/h2o-dev |
| 大小: |
27.85KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>ai.h2o</groupId>
<artifactId>h2o-genmodel</artifactId>
<version>3.6.0.2</version>
</dependency>
|
| Gradle引入代码: |
ai.h2o:h2o-genmodel:3.6.0.2
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>ai.h2o</groupId>
<artifactId>h2o-genmodel</artifactId>
<version>3.6.0.2</version>
<packaging>pom</packaging>
<name>h2o-genmodel</name>
<description>H2O GenModel</description>
<url>https://github.com/h2oai/h2o-dev</url>
<inceptionYear>2013</inceptionYear>
<organization>
<name>H2O.ai</name>
<url>http://h2o.ai/</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/h2oai/h2o-dev</url>
<connection>scm:git:https://github.com/h2oai/h2o-dev.git</connection>
<developerConnection>scm:git:git@github.com:h2oai/h2o-dev.git</developerConnection>
</scm>
<issueManagement>
<system>Jira</system>
<url>http://jira.h2o.ai</url>
</issueManagement>
<developers>
<developer>
<id>support</id>
<name>H2O Support</name>
<email>support@h2o.ai</email>
</developer>
</developers>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
water.util.ModelUtils.class
water.genmodel.IGeneratedModel.class
hex.ModelCategory.class
hex.genmodel.IGenModel.class
hex.genmodel.GenModel.class
hex.genmodel.GenMunger$Step.class
hex.genmodel.GenMunger.class
hex.genmodel.tools.PredictCsv$1.class
hex.genmodel.tools.PredictCsv.class
hex.genmodel.easy.EasyPredictModelWrapper.class
hex.genmodel.easy.EasyPredictModelWrapper$1.class
hex.genmodel.easy.RowData.class
hex.genmodel.easy.prediction.MultinomialModelPrediction.class
hex.genmodel.easy.prediction.AbstractPrediction.class
hex.genmodel.easy.prediction.ClusteringModelPrediction.class
hex.genmodel.easy.prediction.RegressionModelPrediction.class
hex.genmodel.easy.prediction.AutoEncoderModelPrediction.class
hex.genmodel.easy.prediction.BinomialModelPrediction.class
hex.genmodel.easy.exception.PredictUnknownTypeException.class
hex.genmodel.easy.exception.PredictWrongModelCategoryException.class
hex.genmodel.easy.exception.PredictUnknownCategoricalLevelException.class
hex.genmodel.easy.exception.PredictException.class
hex.genmodel.annotations.ModelPojo.class
|
| 依赖Jar: |
无
|