Struct ai_kit::pedigree::InferenceGraphBuilder
[−]
[src]
pub struct InferenceGraphBuilder { /* fields omitted */ }
Methods
impl InferenceGraphBuilder
[src]
fn new() -> Self
fn finalize(self) -> InferenceGraph
fn pedigree(self, pedigree: Pedigree) -> Self
fn update_pedigree(self, id: String, origin: Origin) -> Self
fn entries_by_generation(
self,
entries_by_generation: Vec<BTreeSet<String>>
) -> Self
self,
entries_by_generation: Vec<BTreeSet<String>>
) -> Self
fn extend_entries_by_generation(
self,
generation_idx: usize,
entries: Vec<String>
) -> Self
self,
generation_idx: usize,
entries: Vec<String>
) -> Self
fn entries_to_generation(
self,
entries_to_generation: BTreeMap<String, usize>
) -> Self
self,
entries_to_generation: BTreeMap<String, usize>
) -> Self
fn leaves(self, leaves: BTreeSet<String>) -> Self
fn update_leaves(self, id: String) -> Self
fn root(self, root: String) -> Self
Trait Implementations
impl Clone for InferenceGraphBuilder
[src]
fn clone(&self) -> InferenceGraphBuilder
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Debug for InferenceGraphBuilder
[src]
impl Eq for InferenceGraphBuilder
[src]
impl PartialEq for InferenceGraphBuilder
[src]
fn eq(&self, __arg_0: &InferenceGraphBuilder) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &InferenceGraphBuilder) -> bool
This method tests for !=
.