Click or drag to resize

pipelineToDirectedGraphConvertorGetModelGraph Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Generates simple-styled graph

Namespace:  imbNLP.PartOfSpeech.pipelineForPos.render
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public DirectedGraph GetModelGraph(
	pipelineModel<pipelineTaskSubjectContentToken> model,
	Color[] colors = null,
	int limit = 10
)

Parameters

model
Type: imbNLP.PartOfSpeech.pipeline.corepipelineModelpipelineTaskSubjectContentToken
The model.
colors (Optional)
Type: System.DrawingColor
The colors: Color.LightGray, Color.WhiteSmoke, Color.OrangeRed, Color.CadetBlue, Color.Yellow, Color.SteelBlue, Color.Orchid
limit (Optional)
Type: SystemInt32
The limit.

Return Value

Type: DirectedGraph

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.pipelineForPos.render.pipelineToDirectedGraphConvertor.GetModelGraph(imbNLP.PartOfSpeech.pipeline.core.pipelineModel{imbNLP.PartOfSpeech.pipelineForPos.subject.pipelineTaskSubjectContentToken},System.Drawing.Color[],System.Int32)"]

See Also