Anomaly Engine Development and Testing Datasets
收藏资源简介:
The following datasets have been used for development an testing of Anomaly Engine Webapp. They includes data samples for all the 4 scenarios:<br> 1 - Simple Self Financing<br> 2 - Self Financing by bank account<br> 3 - Indirect SF (by recharge)<br> 4 - Indirect Account Self Financing Each file row represents a graph relationship between a source node (<code>source</code>) and a destination node (<code>target</code>). Files must have the following schema: <code>source_type</code>: Source node label; <code>source_attributes</code>: Source node attributes. Can be null; <code>target_type</code>: Destination node label; <code>target_attributes</code>: Destination node attributes. Can be null; <code>relation_type</code>: Relationship label; <code>relation_attributes</code>: Relationship attributes. Can be null. Attributes must be expressed as key-value pairs separated by a semicolon <code>;</code>. For example <pre><code>key1=value1;key2=value2</code></pre> The datasets are also available in Infinitech Marketplace



