检查 发表于 2025-4-1 05:37:38
Visualization of Mixed Attributed High-Dimensional Dataset Using Singular Value Decompositionthorough study of techniques, which presents visualization, it was observed that many of the described techniques are dependent on data and the visualization needs support specific to domain. On contrary, the methods based on Eigen decomposition, for elements in a higher dimensional space give meaniARC 发表于 2025-4-1 08:33:00
Max-flow Min-cut Algorithm in Spark with Application to Road Networks we solve the max-flow min-cut problem on large random graphs with log-normal distribution of outdegrees using the distributed Edmonds-Karp algorithm. The algorithm is implemented on a cluster using Spark. We compare the runtime between a single machine implementation and cluster implementation and