PINE LIBRARY
TimeSeriesClassificationActivationFunctions

Library "TimeSeriesClassificationActivationFunctions"
Provides some activation functions useful in time series classification.
___
reference:
github.com/PYFTS/pyFTS/blob/master/pyFTS/common/Activations.py
method scale(dist, weights)
Activate values by a normalized scale.
Namespace types: map<int, float>
Parameters:
dist (map<int, float>): Source distribution map.
weights (map<int, float>): Weights distribution map.
Returns: Normalized distribution map.
method softmax(dist, weights)
Activate values with a softmax algorithm.
Namespace types: map<int, float>
Parameters:
dist (map<int, float>): Source distribution map.
weights (map<int, float>): Weights distribution map.
Returns: Normalized distribution map.
method argmax(dist, weights)
Activate values with a argmax algorithm.
Namespace types: map<int, float>
Parameters:
dist (map<int, float>): Source distribution map.
weights (map<int, float>): Weights distribution map.
Returns: first key of argmax value of the transformed distribution.
Provides some activation functions useful in time series classification.
___
reference:
github.com/PYFTS/pyFTS/blob/master/pyFTS/common/Activations.py
method scale(dist, weights)
Activate values by a normalized scale.
Namespace types: map<int, float>
Parameters:
dist (map<int, float>): Source distribution map.
weights (map<int, float>): Weights distribution map.
Returns: Normalized distribution map.
method softmax(dist, weights)
Activate values with a softmax algorithm.
Namespace types: map<int, float>
Parameters:
dist (map<int, float>): Source distribution map.
weights (map<int, float>): Weights distribution map.
Returns: Normalized distribution map.
method argmax(dist, weights)
Activate values with a argmax algorithm.
Namespace types: map<int, float>
Parameters:
dist (map<int, float>): Source distribution map.
weights (map<int, float>): Weights distribution map.
Returns: first key of argmax value of the transformed distribution.
Biblioteka Pine
W zgodzie z duchem TradingView autor opublikował ten kod Pine jako bibliotekę open-source, aby inni programiści Pine z naszej społeczności mogli go ponownie wykorzystać. Ukłony dla autora. Można korzystać z tej biblioteki prywatnie lub w innych publikacjach open-source, jednak ponowne wykorzystanie tego kodu w publikacjach podlega Zasadom serwisu.
Wyłączenie odpowiedzialności
Informacje i publikacje nie stanowią i nie powinny być traktowane jako porady finansowe, inwestycyjne, tradingowe ani jakiekolwiek inne rekomendacje dostarczane lub zatwierdzone przez TradingView. Więcej informacji znajduje się w Warunkach użytkowania.
Biblioteka Pine
W zgodzie z duchem TradingView autor opublikował ten kod Pine jako bibliotekę open-source, aby inni programiści Pine z naszej społeczności mogli go ponownie wykorzystać. Ukłony dla autora. Można korzystać z tej biblioteki prywatnie lub w innych publikacjach open-source, jednak ponowne wykorzystanie tego kodu w publikacjach podlega Zasadom serwisu.
Wyłączenie odpowiedzialności
Informacje i publikacje nie stanowią i nie powinny być traktowane jako porady finansowe, inwestycyjne, tradingowe ani jakiekolwiek inne rekomendacje dostarczane lub zatwierdzone przez TradingView. Więcej informacji znajduje się w Warunkach użytkowania.