"package-info" file.

Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/4ac5a9de
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/4ac5a9de
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/4ac5a9de

Branch: refs/heads/MATH_3_X
Commit: 4ac5a9dec01b83fa4873f2e86c0d482f6354cccf
Parents: cba459c
Author: Gilles <er...@apache.org>
Authored: Tue Sep 8 14:35:14 2015 +0200
Committer: Gilles <er...@apache.org>
Committed: Tue Sep 8 14:35:14 2015 +0200

----------------------------------------------------------------------
 .../ml/neuralnet/twod/util/package-info.java    | 22 ++++++++++++++++++++
 1 file changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/4ac5a9de/src/main/java/org/apache/commons/math3/ml/neuralnet/twod/util/package-info.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/commons/math3/ml/neuralnet/twod/util/package-info.java
 
b/src/main/java/org/apache/commons/math3/ml/neuralnet/twod/util/package-info.java
new file mode 100644
index 0000000..cd4aab0
--- /dev/null
+++ 
b/src/main/java/org/apache/commons/math3/ml/neuralnet/twod/util/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.
+ */
+
+/**
+ * Utilities to visualize two-dimensional neural networks.
+ */
+
+package org.apache.commons.math3.ml.neuralnet.twod.util;

Reply via email to