Repository: ignite Updated Branches: refs/heads/ignite-2.5 0e3f80c39 -> f5c2de53f
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/f5c2de53 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f5c2de53 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/f5c2de53 Branch: refs/heads/ignite-2.5 Commit: f5c2de53f9f5c6acfb8729fbd0877e46c53b4440 Parents: 42599cc Author: YuriBabak <[email protected]> Authored: Wed May 16 17:35:12 2018 +0300 Committer: Andrey Gura <[email protected]> Committed: Wed May 16 18:52:31 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/f5c2de53/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/f5c2de53/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/f5c2de53/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;
