Preparing search index...
The search index is not available
@synapse/client-sdk
@synapse/client-sdk
RarityAlgorithmConfig
Interface RarityAlgorithmConfig
interface
RarityAlgorithmConfig
{
algorithm
:
|
"statistical"
|
"trait-normalized"
|
"ai-enhanced"
|
"hybrid"
;
weights
?:
{
aesthetic
?:
number
;
traitCount
?:
number
;
traitRarity
?:
number
;
}
;
}
Index
Properties
algorithm
weights?
Properties
algorithm
algorithm
:
|
"statistical"
|
"trait-normalized"
|
"ai-enhanced"
|
"hybrid"
Optional
weights
weights
?:
{
aesthetic
?:
number
;
traitCount
?:
number
;
traitRarity
?:
number
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
algorithm
weights
@synapse/client-sdk
Loading...