Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
195
Issues
195
List
Board
Labels
Milestones
Merge Requests
12
Merge Requests
12
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
fb436075
Commit
fb436075
authored
Mar 04, 2024
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[WIP] better spec
parent
ececbc7a
Pipeline
#5701
failed with stages
in 30 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Conditional.hs
...ntext/Core/Methods/Similarities/Accelerate/Conditional.hs
+1
-1
No files found.
src/Gargantext/Core/Methods/Similarities/Accelerate/Conditional.hs
View file @
fb436075
...
@@ -65,7 +65,7 @@ measureConditional m = run $ x $ map fromIntegral $ use m
...
@@ -65,7 +65,7 @@ measureConditional m = run $ x $ map fromIntegral $ use m
->
let
ij
=
lift
(
Z
:.
i
:.
j
)
->
let
ij
=
lift
(
Z
:.
i
:.
j
)
ji
=
lift
(
Z
:.
j
:.
i
)
ji
=
lift
(
Z
:.
j
:.
i
)
in
in
((
ifThenElse
(
ij
<
ji
)
ij
(
0
:.
Z
)
)
::
Exp
DIM2
)
((
ifThenElse
(
ij
<
ji
)
ji
0
)
::
Exp
DIM2
)
)
)
)
m'
)
m'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment