Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Youssefi
otb
Commits
c060aa31
Commit
c060aa31
authored
13 years ago
by
OTB Bot
Browse files
Options
Downloads
Patches
Plain Diff
STYLE
parent
ea2f83bc
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Examples/DimensionReduction/ICAExample.cxx
+1
-1
1 addition, 1 deletion
Examples/DimensionReduction/ICAExample.cxx
Examples/DimensionReduction/NAPCAExample.cxx
+2
-2
2 additions, 2 deletions
Examples/DimensionReduction/NAPCAExample.cxx
with
3 additions
and
3 deletions
Examples/DimensionReduction/ICAExample.cxx
+
1
−
1
View file @
c060aa31
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
// orthogonal linear combinations, but the criterion of Fast ICA is
// orthogonal linear combinations, but the criterion of Fast ICA is
// different: instead of maximizing variance, it tries to maximize
// different: instead of maximizing variance, it tries to maximize
// stastistical independance between components.
// stastistical independance between components.
//
//
// In the Fast ICA algorithm \cite{hyvarinen1999fast},
// In the Fast ICA algorithm \cite{hyvarinen1999fast},
// statistical independance is mesured by evaluating non-Gaussianity
// statistical independance is mesured by evaluating non-Gaussianity
// of the components, and the maximization is done in an iterative way.
// of the components, and the maximization is done in an iterative way.
...
...
This diff is collapsed.
Click to expand it.
Examples/DimensionReduction/NAPCAExample.cxx
+
2
−
2
View file @
c060aa31
...
@@ -35,8 +35,8 @@
...
@@ -35,8 +35,8 @@
// efficient method based on the inner product in order to compute the
// efficient method based on the inner product in order to compute the
// covariance matrix.
// covariance matrix.
//
//
// The Noise-Adjusted Principal Component Analysis transform is a sequence
// The Noise-Adjusted Principal Component Analysis transform is a sequence
// of two Principal Component Analysis transforms. The first transform is based
// of two Principal Component Analysis transforms. The first transform is based
// on an estimated covariance matrix of the noise, and intends to whiten the
// on an estimated covariance matrix of the noise, and intends to whiten the
// input image (noise with unit variance and no correlation between
// input image (noise with unit variance and no correlation between
// bands).
// bands).
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment