Interface CreateFactor
-
- All Known Implementing Classes:
CreateFactorBayesian
public interface CreateFactor
Author: Claudio "Dna" Bonesana Project: crema Date: 25.03.2021 18:43
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
create(MixedModel model, List<Instance> parents)
Used by theBinarizeEvidence
in order to add a new node that collect all the evidence in a binary form.
-
-
-
Method Detail
-
create
int create(MixedModel model, List<Instance> parents)
Used by theBinarizeEvidence
in order to add a new node that collect all the evidence in a binary form.- Parameters:
model
- the model to work withparents
- the list of parents to merge- Returns:
- the index of the new node added with this method
-
-