pub fn map_weights(
result: &MappingResult,
source_weights: &[f64],
) -> Result<Vec<f64>, ReductionError>Expand description
Add source weights in [0, 1] to the corresponding mapped center nodes.
pub fn map_weights(
result: &MappingResult,
source_weights: &[f64],
) -> Result<Vec<f64>, ReductionError>Add source weights in [0, 1] to the corresponding mapped center nodes.