Available translations
loading results
Calculations Procedure
The calculations procedure processes information to be fed to calculated properties. Calculated properties are not stored in the data set; instead, they are calculated in real-time as the data is consumed by others.
Calculations Procedure обрабатывает информацию, которая должна быть передана в вычисляемые свойства. Вычисляемые свойства не сохраняются в наборе данных; вместо этого они вычисляются в режиме реального времени по мере использования данных другими пользователями.
Hesaplama prosedürü, hesaplanan özelliklere beslenecek bilgileri işler. Hesaplanan özellikler veri kümesinde saklanmaz; bunun yerine, veriler başkaları tarafından tüketildiği için gerçek zamanlı olarak hesaplanır.
Content
Bots store data in the minimized array format as a strategy to build the lightest possible datasets. For the same reason, a bot may choose not to store easily calculable information.
Боты хранят данные в формате минимизированного массива в качестве стратегии для создания максимально легких наборов данных. По той же причине бот может отказаться от хранения легко вычисляемой информации.
Botlar, mümkün olan en hafif veri kümelerini oluşturmak için bir strateji olarak verileri simge durumuna küçültülmüş dizi biçiminde depolar. Aynı nedenle, bir bot kolayca hesaplanabilen bilgileri saklamamayı seçebilir.
For example, imagine an indicator that stores buy and sell volumes... does it need to store the total volume? Given that it is so easy to calculate, the answer is probably not. It is up to the developer to decide, but it is certainly not required.
Например, представьте индикатор, который хранит объемы покупок и продаж... нужно ли ему хранить общий объем? Учитывая, что это так легко вычислить, ответ, вероятно, нет. Решение остается за разработчиком, но это, конечно, не обязательно.
Örneğin, alım satım hacimlerini saklayan bir gösterge hayal edin... toplam hacmi saklaması gerekiyor mu? Hesaplaması çok kolay olduğu için, cevap muhtemelen değildir. Karar geliştiriciye kalmıştır, ancak kesinlikle gerekli değildir.
Note: The calculations procedure is used to calculate properties that the developer chooses not to store in the dataset.
Note: Процедура вычислений используется для вычисления свойств, которые разработчик решает не хранить в наборе данных.
Note: Not: Hesaplama prosedürü, geliştiricinin veri kümesinde saklamamayı tercih ettiği özellikleri hesaplamak için kullanılır.
Note: To fully understand the role of the calculations procedure, please refer to the data mining workflow page.
Note: Чтобы полностью понять роль процедуры вычислений, обратитесь к странице Data Mining - Workflows.
Note: Not: Hesaplama prosedürünün rolünü tam olarak anlamak için lütfen veri madenciliği iş akışı sayfasına bakın.
Calculations Procedure Menu
The Calculations Procedure node has the following Node Menu items:
The Add Procedure Initialization menu item has the following properties:
- action: Add UI Object
- disableIfPropertyIsDefined: true
- propertyToCheckFor: initialization
- label: Add Procedure Initialization
- relatedUiObject: Procedure Initialization
- actionFunction:
payload.executeAction
- actionProject: Visual-Scripting
- relatedUiObjectProject: Foundations
The Add Procedure Loop menu item has the following properties:
- action: Add UI Object
- disableIfPropertyIsDefined: true
- propertyToCheckFor: loop
- label: Add Procedure Loop
- relatedUiObject: Procedure Loop
- actionFunction:
payload.executeAction
- actionProject: Visual-Scripting
- relatedUiObjectProject: Foundations
The Delete menu item has the following properties:
- action: Delete UI Object
- actionProject: Visual-Scripting
- askConfirmation: true
- confirmationLabel: Confirm to Delete
- label: Delete
- iconPathOn: delete-entity
- iconPathOff: delete-entity
- actionFunction:
payload.executeAction
Tip: When a menu item is grayed out, it means that Calculations Procedure already has the required child type that the menu item may add, and only that child is allowed for that case.
Calculations Procedure Children
The Calculations Procedure node has the following childrenNodesProperties:
The Initialization node property features the following properties:
- name: initialization
- type: node
- childType: Procedure Initialization
- autoAdd: true
The Loop node property features the following properties:
- name: loop
- type: node
- childType: Procedure Loop
- autoAdd: true
Calculations Procedure Attaching Rules
The following are the Node Attaching Rules that govern the attachment of Calculations Procedure with other nodes:
Compatible Types: