julianSchilcher / LMU_Master_Practical_SoSe24

Dummy project for the LMU master practical summer semester 2024
0 stars 0 forks source link

11 optimize growing the tree #12

Closed roebbert92 closed 4 months ago

roebbert92 commented 4 months ago

Optimized for minibatch:

  1. added a ClusterNode attribute: sum_squared_dist to capture the sum of squared dist for all node assignments
  2. Using two minibatch runs: 2.1. Get the leaf node with highest dist 2.2. Get the assignments for this leaf node