Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider fd1dcc09 rédigé par Clément Picard's avatar Clément Picard
Parcourir les fichiers

Update code.cpp

parent 528d1b55
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -62,7 +62,7 @@ int main() {
// For L_Skill, get the CPD from T_Skill and fix parameters
Node* L_Skill = NodeFactory::new_discrete_node(H_SIZE, "L_Skill", init_random, CPD(), nullptr, false, false, {});
Node* L_Res = NodeFactory::new_discrete_node(O_SIZE, "L_Res", init_random, CPD(), nullptr, false, false, {});
Node* L_Skill_t = NodeFactory::new_discrete_node(H_SIZE, "L_Skill_t", init_random, CPD(), nullptr, false, false, {});
Node* L_Skill_t = NodeFactory::new_discrete_node(H_SIZE, "L_Skill_t", init_random, T_Skill_t_cpd, nullptr, false, false, to_freeze);
// Create the learned DBN (which will be trained with the generated data)
DBN L_HMM;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter