Interface CreateFactor

  • All Known Implementing Classes:
    CreateFactorBayesian

    public interface CreateFactor
    Author: Claudio "Dna" Bonesana Project: crema Date: 25.03.2021 18:43
    • Method Detail

      • create

        int create​(MixedModel model,
                   List<Instance> parents)
        Used by the BinarizeEvidence in order to add a new node that collect all the evidence in a binary form.
        Parameters:
        model - the model to work with
        parents - the list of parents to merge
        Returns:
        the index of the new node added with this method