Explain PDL with an example?
Answer / Saurabh Agarwal
PDL (Paralleled Data Language) is a high-level parallel programming language designed for scientific computing on large data sets. It supports matrix and tensor operations, making it suitable for handling graph data structures.nAn example of using PDL for graphs could be calculating the shortest path between two nodes in a large social network graph:
import pdl
graph = pdl.matrix(path_to_graph_file)
shortest_paths = pdl.dijkstra(graph, source_node, target_node)
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the methods to improve performance of a graph?
List the various vector functions used in ab initio with syntax.
hi, am put into Ab initio now. I need some material for to learn it!! i have to give a test also.. can anyone help me provide material please....
Give one reason when you need to consider multiple data processing?
You can ask about - meta pivot, leading records, read & write multiple files component ? How to use in abinitio graph?
why Skew should always be 0 ? How to use in abinitio graph?
How to insert/update a csv file by comparing it with another csv file? for example, i have 2 input files : ColA ColB ColC 1 A AA 2 B AB 3 C CC and second one : ColA ColB ColC 2 B BB 4 D DC Job should compare these 2 files and update the records present in first input file. so the output file will look like this: ColA ColB ColC 1 A AA 2 B BB 3 C CC 4 D DC
What is meant by Co > Operating system and why it is special for Ab-initio ?
How can you export a component’s internal parameters ?
How can you find the 2nd Highest salary in a file department wise in abinitio?
Describe what the SQL Server tempdb and tlog files are used for?
How do you truncate a table?