Repository: ignite Updated Branches: refs/heads/master e82ab505b -> e16a6e16a
IGNITE-10630: Missed descriptions for ML packages This closes #5636 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e16a6e16 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e16a6e16 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/e16a6e16 Branch: refs/heads/master Commit: e16a6e16a0de021aea4a2ee286c03c0ece3ff1af Parents: e82ab50 Author: YuriBabak <[email protected]> Authored: Tue Dec 11 15:20:43 2018 +0300 Committer: Yury Babak <[email protected]> Committed: Tue Dec 11 15:20:43 2018 +0300 ---------------------------------------------------------------------- .../exceptions/preprocessing/package-info.java | 22 ++++++++++++++++++++ .../scoring/evaluator/package-info.java | 22 ++++++++++++++++++++ 2 files changed, 44 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/e16a6e16/modules/ml/src/main/java/org/apache/ignite/ml/math/exceptions/preprocessing/package-info.java ---------------------------------------------------------------------- diff --git a/modules/ml/src/main/java/org/apache/ignite/ml/math/exceptions/preprocessing/package-info.java b/modules/ml/src/main/java/org/apache/ignite/ml/math/exceptions/preprocessing/package-info.java new file mode 100644 index 0000000..77dd980 --- /dev/null +++ b/modules/ml/src/main/java/org/apache/ignite/ml/math/exceptions/preprocessing/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 exceptions for preprocessing. + */ +package org.apache.ignite.ml.math.exceptions.preprocessing; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/e16a6e16/modules/ml/src/main/java/org/apache/ignite/ml/selection/scoring/evaluator/package-info.java ---------------------------------------------------------------------- diff --git a/modules/ml/src/main/java/org/apache/ignite/ml/selection/scoring/evaluator/package-info.java b/modules/ml/src/main/java/org/apache/ignite/ml/selection/scoring/evaluator/package-info.java new file mode 100644 index 0000000..c2c7c43 --- /dev/null +++ b/modules/ml/src/main/java/org/apache/ignite/ml/selection/scoring/evaluator/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. --> + * Package for model evaluator classes. + */ +package org.apache.ignite.ml.selection.scoring.evaluator; \ No newline at end of file
