Sha256: 405712c122a75cf8588cf965d998e63277b6a5a102d2e6e13b09967b934a867b
Contents?: true
Size: 483 Bytes
Versions: 3
Compression:
Stored size: 483 Bytes
Contents
# Athenian::MatchedIdentity ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **from** | [**ContributorIdentity**](ContributorIdentity.md) | | | | **to** | [**MatchedIdentityTo**](MatchedIdentityTo.md) | | | | **confidence** | **Float** | Value from 0 to 1 indicating how similar are the users. | | ## Example ```ruby require 'athenian' instance = Athenian::MatchedIdentity.new( from: null, to: null, confidence: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/MatchedIdentity.md |
athenian-2.1.85 | docs/MatchedIdentity.md |
athenian-2.1.81 | docs/MatchedIdentity.md |