maxitg / SetReplace

C++/Wolfram Language package for exploring set and graph rewriting systems
MIT License
219 stars 44 forks source link

Add ObjectProperties group to FeatureAssociation (and FeatureVector) #630

Closed mrektor closed 3 years ago

mrektor commented 3 years ago

An expansions of the feature association by using some of the properties readily available in the WolframModelEvolutionObject.

Changes

Comments

Examples

In[] :=  WolframModel[{{x, y}, {x, z}} -> {{x, z}, {x, w}, {y, w}, {z, w}},
  {{0, 0}, {0, 0}}, 5]["FeatureAssociation"]
FeatureAssociationExample-01

This change is Reviewable

maxitg commented 3 years ago

Hey @mrektor, do you plan on making any other changes to this PR?