Property | Type | Description | |
---|---|---|---|
isFinalized | bool | ||
value | float |
Method | Description | |
---|---|---|
Finalize ( float total ) : void |
Finalizes the value of the relevance. The method sets the finalized value of the relevance to value / total * 100. |
|
NormalizeAfterFinalization ( float factor ) : void |
Normalizes the relevance after finalization.
|
|
Relevance ( ) : System |
Initializes a new instance of the Relevance class.
|
|
Relevance ( float value ) : System |
Initializes a new instance of the Relevance class.
|
|
SetValue ( float value ) : void |
Sets the non-finalized value of the relevance.
|
public Finalize ( float total ) : void | ||
total | float | The global relevance value. |
return | void |
public NormalizeAfterFinalization ( float factor ) : void | ||
factor | float | The normalization factor. |
return | void |
public Relevance ( float value ) : System | ||
value | float | The initial relevance value, non-finalized. |
return | System |