Skip to content

Commit

Permalink
Update plsr2.py (#47)
Browse files Browse the repository at this point in the history
Comparing 
docs/_build/html/plsr.html#module-hoggorm.plsr1 
and 
docs/_build/html/plsr.html#module-hoggorm.plsr2
shows that inconsistency
a
  • Loading branch information
andife authored Dec 26, 2020
1 parent dbbdfd9 commit 12fabf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hoggorm/plsr2.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ class nipalsPLS2:
PARAMETERS
----------
arrX : numpy array
This is X in the PCR model. Number and order of objects (rows) must match those of ``arrY``.
This is X in the PLS2 model. Number and order of objects (rows) must match those of ``arrY``.
arrY : numpy array
This is Y in the PCR model. Number and order of objects (rows) must match those of ``arrX``.
This is Y in the PLS2 model. Number and order of objects (rows) must match those of ``arrX``.
numComp : int, optional
An integer that defines how many components are to be computed. If not provided, the maximum possible number of components is used.
Expand Down

0 comments on commit 12fabf0

Please sign in to comment.