[][src]Trait graph_neighbor_matching::NodeColorWeight

pub trait NodeColorWeight {
    pub fn node_color_weight(&self) -> f32;
}

The weight of the node color.

Required methods

pub fn node_color_weight(&self) -> f32[src]

Loading content...

Implementations on Foreign Types

impl NodeColorWeight for f32[src]

Loading content...

Implementors

Loading content...