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.
Pine kitaplığı
Gerçek TradingView ruhuyla, yazar bu Pine kodunu açık kaynaklı bir kütüphane olarak yayınladı, böylece topluluğumuzdaki diğer Pine programcıları onu yeniden kullanabilir. Yazara saygı! Bu kütüphaneyi özel olarak veya diğer açık kaynaklı yayınlarda kullanabilirsiniz, ancak bu kodun bir yayında yeniden kullanımı Site Kuralları tarafından yönetilmektedir.
Feragatname
Bilgiler ve yayınlar, TradingView tarafından sağlanan veya onaylanan finansal, yatırım, işlem veya diğer türden tavsiye veya tavsiyeler anlamına gelmez ve teşkil etmez. Kullanım Şartları'nda daha fazlasını okuyun.
Pine kitaplığı
Gerçek TradingView ruhuyla, yazar bu Pine kodunu açık kaynaklı bir kütüphane olarak yayınladı, böylece topluluğumuzdaki diğer Pine programcıları onu yeniden kullanabilir. Yazara saygı! Bu kütüphaneyi özel olarak veya diğer açık kaynaklı yayınlarda kullanabilirsiniz, ancak bu kodun bir yayında yeniden kullanımı Site Kuralları tarafından yönetilmektedir.
Feragatname
Bilgiler ve yayınlar, TradingView tarafından sağlanan veya onaylanan finansal, yatırım, işlem veya diğer türden tavsiye veya tavsiyeler anlamına gelmez ve teşkil etmez. Kullanım Şartları'nda daha fazlasını okuyun.