-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sample 2 #106
base: main
Are you sure you want to change the base?
Conversation
Renamed for more clarity, as we always mean a StenoGraoph with this argument. Otherwise we have the structural_model-argument twice wiht different input types: in LatentPathmodel, it takes the type Structural, in structural it takes a StenoGraph
Docs can be previewed here: https://github.com/formal-methods-mpi/Taxonomy.jl/previews/PR106 |
Can you open this as an issue in StenoGraphs? |
|
Simple draft for extracting Structurals from LatentPathmodels and sample randomly.
Also renamed
structural_model
- Argument, see b083ce7.Closes #98
I ran into a question concerning the resulting type of the sampled StenoGraph-Vector:
I would think, something like
Vector{AbstractEdge}
would be more appropriate? However, i'm not quite sure how to achive that. I played around withconvert()
a bit, but wasn't successfull.