|
| 1 | +/******************************************************************************* |
| 2 | + * Copyright by KNIME GmbH, Konstanz, Germany |
| 3 | + * Website: http://www.knime.org; Email: [email protected] |
| 4 | + * |
| 5 | + * This program is free software; you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License, Version 3, as |
| 7 | + * published by the Free Software Foundation. |
| 8 | + * |
| 9 | + * This program is distributed in the hope that it will be useful, but |
| 10 | + * WITHOUT ANY WARRANTY; without even the implied warranty of |
| 11 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 12 | + * GNU General Public License for more details. |
| 13 | + * |
| 14 | + * You should have received a copy of the GNU General Public License |
| 15 | + * along with this program; if not, see <http://www.gnu.org/licenses>. |
| 16 | + * |
| 17 | + * Additional permission under GNU GPL version 3 section 7: |
| 18 | + * |
| 19 | + * KNIME interoperates with ECLIPSE solely via ECLIPSE's plug-in APIs. |
| 20 | + * Hence, KNIME and ECLIPSE are both independent programs and are not |
| 21 | + * derived from each other. Should, however, the interpretation of the |
| 22 | + * GNU GPL Version 3 ("License") under any applicable laws result in |
| 23 | + * KNIME and ECLIPSE being a combined program, KNIME GMBH herewith grants |
| 24 | + * you the additional permission to use and propagate KNIME together with |
| 25 | + * ECLIPSE with only the license terms in place for ECLIPSE applying to |
| 26 | + * ECLIPSE and the GNU GPL Version 3 applying for KNIME, provided the |
| 27 | + * license terms of ECLIPSE themselves allow for the respective use and |
| 28 | + * propagation of ECLIPSE together with KNIME. |
| 29 | + * |
| 30 | + * Additional permission relating to nodes for KNIME that extend the Node |
| 31 | + * Extension (and in particular that are based on subclasses of NodeModel, |
| 32 | + * NodeDialog, and NodeView) and that only interoperate with KNIME through |
| 33 | + * standard APIs ("Nodes"): |
| 34 | + * Nodes are deemed to be separate and independent programs and to not be |
| 35 | + * covered works. Notwithstanding anything to the contrary in the |
| 36 | + * License, the License does not apply to Nodes, you are not required to |
| 37 | + * license Nodes under the License, and you are granted a license to |
| 38 | + * prepare and propagate Nodes, in each case even if such Nodes are |
| 39 | + * propagated with or for interoperation with KNIME. The owner of a Node |
| 40 | + * may freely choose the license terms applicable to such Node, including |
| 41 | + * when such Node is propagated with or for interoperation with KNIME. |
| 42 | + *******************************************************************************/ |
1 | 43 | package org.knime.knip.dl4j.node.data.mnist;
|
2 | 44 |
|
3 | 45 | import org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane;
|
|
0 commit comments