Bin
2025-12-17 d616898802dfe7e5dd648bcf53c6d1f86b6d3642
1
2
3
4
5
6
7
8
9
10
11
12
title: Pairwise regression
type: community
group: Ranking & Scoring
image: /static/templates/pairwise-regression.png
details: <h1>Select how likely it is that two items occur together</h1>
config: |
  <View>
    <Header>Set how likely it is that these images represent the same thing:</Header>
      <Rating name="rating" toName="image1,image2"/>
      <Image name="image1" value="$image1" />
      <Image name="image2" value="$image2" />
  </View>