Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 1.93 KB

mining_result.rst

File metadata and controls

65 lines (46 loc) · 1.93 KB

Concept Mining Results

Concept mining results are represented by the ConceptInstanceCollection class. These are basically just collections of ConceptInstance objects. Concept instances expose lists of ConceptAttribute objects.

The concept attributes contain an object value, an EDXML object type name and one or more EDXML concept names that it is associated with. The names of the concept attributes consist of the name of an object type, a colon and optionally an extension, as per the EDXML specification .

The from_json() <edxml.miner.result.from_json> function can be used to re-create a concept instance collection from a previously generated JSON string.

Class Documentation

The class documentation of the various result classes can be found below.

ConceptInstanceCollection

edxml.miner.result.ConceptInstanceCollection

ConceptInstance

edxml.miner.result.ConceptInstance

ConceptAttribute

edxml.miner.result.ConceptAttribute

edxml.miner.result.from_json

The following two classes are extensions exposing graph details like nodes and inferences.

MinedConceptInstanceCollection

edxml.miner.result.MinedConceptInstanceCollection

MinedConceptInstance

edxml.miner.result.MinedConceptInstance