TrainingSetIsModified Property

CVB.Net Documentation
Get or sets a flag that informs about unsaved modifications to the training set. Saving the training set will set this flag to false.

Namespace:  Stemmer.Cvb.Minos
Assembly:  Stemmer.Cvb.Minos (in Stemmer.Cvb.Minos.dll) Version: 14.0.0.0
Syntax

public bool IsModified { get; set; }

Property Value

Type: Boolean
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the training set has already been disposed
See Also

Reference