Repository: ignite
Updated Branches:
  refs/heads/master d8c4fc846 -> 915040e7a


IGNITE-8514: Missed descriptions for a few packages in Javadoc.

fixed for ml packages.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/915040e7
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/915040e7
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/915040e7

Branch: refs/heads/master
Commit: 915040e7a358b908cfd07d3e764fc9fda9d38d22
Parents: 2fcf203
Author: YuriBabak <[email protected]>
Authored: Wed May 16 17:35:12 2018 +0300
Committer: Andrey Gura <[email protected]>
Committed: Wed May 16 18:40:34 2018 +0300

----------------------------------------------------------------------
 .../ignite/ml/structures/package-info.java      |  2 +-
 .../ml/structures/partition/package-info.java   | 22 ++++++++++++++++++++
 .../structures/preprocessing/package-info.java  |  2 +-
 3 files changed, 24 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/915040e7/modules/ml/src/main/java/org/apache/ignite/ml/structures/package-info.java
----------------------------------------------------------------------
diff --git 
a/modules/ml/src/main/java/org/apache/ignite/ml/structures/package-info.java 
b/modules/ml/src/main/java/org/apache/ignite/ml/structures/package-info.java
index ec9d79e..359ac6c 100644
--- a/modules/ml/src/main/java/org/apache/ignite/ml/structures/package-info.java
+++ b/modules/ml/src/main/java/org/apache/ignite/ml/structures/package-info.java
@@ -17,6 +17,6 @@
 
 /**
  * <!-- Package description. -->
- * Contains some utility structures.
+ * Contains some internal utility structures.
  */
 package org.apache.ignite.ml.structures;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/ignite/blob/915040e7/modules/ml/src/main/java/org/apache/ignite/ml/structures/partition/package-info.java
----------------------------------------------------------------------
diff --git 
a/modules/ml/src/main/java/org/apache/ignite/ml/structures/partition/package-info.java
 
b/modules/ml/src/main/java/org/apache/ignite/ml/structures/partition/package-info.java
new file mode 100644
index 0000000..4134523
--- /dev/null
+++ 
b/modules/ml/src/main/java/org/apache/ignite/ml/structures/partition/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * <!-- Package description. -->
+ * Contains internal APIs for dataset partitioned labeled datasets.
+ */
+package org.apache.ignite.ml.structures.partition;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/ignite/blob/915040e7/modules/ml/src/main/java/org/apache/ignite/ml/structures/preprocessing/package-info.java
----------------------------------------------------------------------
diff --git 
a/modules/ml/src/main/java/org/apache/ignite/ml/structures/preprocessing/package-info.java
 
b/modules/ml/src/main/java/org/apache/ignite/ml/structures/preprocessing/package-info.java
index c243074..77419d0 100644
--- 
a/modules/ml/src/main/java/org/apache/ignite/ml/structures/preprocessing/package-info.java
+++ 
b/modules/ml/src/main/java/org/apache/ignite/ml/structures/preprocessing/package-info.java
@@ -17,6 +17,6 @@
 
 /**
  * <!-- Package description. -->
- * Contains main APIs for dataset pre-processing.
+ * Contains internal APIs for dataset pre-processing.
  */
 package org.apache.ignite.ml.structures.preprocessing;

Reply via email to