Bin
2025-12-17 8c7632e4a973d7e005f6b070a7627205d869a344
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>