| 组织ID: |
ai.h2o |
| 项目ID: |
h2o-tree-api |
| 版本: |
0.3.7 |
| 最后修改时间: |
2019-04-03 10:41:33 |
| 包类型: |
jar |
| 标题: |
h2o-tree-api |
| 描述: |
Pure Java implementation of XGBoost predictor for online prediction tasks |
| 相关URL: |
https://github.com/h2oai/xgboost-predictor |
| 大小: |
1.27KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>ai.h2o</groupId>
<artifactId>h2o-tree-api</artifactId>
<version>0.3.7</version>
</dependency>
|
| Gradle引入代码: |
ai.h2o:h2o-tree-api:0.3.7
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>ai.h2o</groupId>
<artifactId>h2o-tree-api</artifactId>
<version>0.3.7</version>
<name>h2o-tree-api</name>
<description>Pure Java implementation of XGBoost predictor for online prediction tasks</description>
<url>https://github.com/h2oai/xgboost-predictor</url>
<inceptionYear>2018</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>
<developers>
<developer>
<id>support</id>
<name>H2O.ai Support</name>
<email>support@h2o.ai</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/h2oai/xgboost-predictor.git</connection>
<developerConnection>scm:git:git@github.com:h2oai/xgboost-predictor.git</developerConnection>
<url>https://github.com/h2oai/xgboost-predictor</url>
</scm>
<issueManagement>
<system>Jira</system>
<url>http://jira.h2o.ai</url>
</issueManagement>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
ai.h2o.algos.tree.INodeStat.class
ai.h2o.algos.tree.INode.class
|
| 依赖Jar: |
无
|