comparison pylearn/algorithms/pca_online_estimator.py @ 1438:8f15ef656598

put a file to the same license as the rest of the project.
author Frederic Bastien <nouiz@nouiz.org>
date Fri, 25 Feb 2011 16:37:48 -0500
parents cedb48a300fc
children c584d8f8f280
comparison
equal deleted inserted replaced
1437:4b27456d3bce 1438:8f15ef656598
1 # Copyright 2009 PA Manzagol (manzagop AT iro DOT umontreal DOT ca)
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 # http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14 #
15
16 import numpy 1 import numpy
17 from scipy import linalg 2 from scipy import linalg
18 3
19 # Todo: 4 # Todo:
20 # - complete docstring (explain arguments, pseudo code) 5 # - complete docstring (explain arguments, pseudo code)