Click or drag to resize

industryTermModelProject Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Project class for industryTermModel
Inheritance Hierarchy
SystemObject
  fileDataStructure
    imbWBI.IndustryTermModel.industryindustryTermModelProject

Namespace:  imbWBI.IndustryTermModel.industry
Assembly:  imbWBI.IndustryTermModel (in imbWBI.IndustryTermModel.dll) Version: 1.0.49
Syntax
C#
public class industryTermModelProject : fileDataStructure, 
	IFileDataStructure, IObjectWithNameAndDescription, IObjectWithDescription, IObjectWithName

The industryTermModelProject type exposes the following members.

Constructors
  NameDescription
Public methodindustryTermModelProject
Initializes a new instance of the industryTermModelProject class.
Public methodindustryTermModelProject(String, String, folderNode)
Initializes a new instance of the industryTermModelProject class.
Top
Properties
  NameDescription
Public propertychunkComposer
Public propertycompositeTemplate
Gets or sets the composite template.
Public propertycrawlSetup
Configuration of the MCRepository crawl buildup
Public propertydescription
Gets or sets the description.
Protected propertydescriptor (Inherited from fileDataStructure.)
Public propertyexperiment
Public propertyfolder (Inherited from fileDataStructure.)
Public propertygenerallyInclusiveRelevantTerms
Public propertygenerallyIrrelevantTerms
Public propertyindustries
Gets or sets the industries.
Public propertylogger
Public propertymasterExtractor
Public propertymasterTFIDF
Public propertyname
Name of the model project
Public propertynlpRepoProcessSetup
Public propertyoperationSettings
Gets or sets the operation settings.
Public propertyrepoFolderRoot
Top
Methods
  NameDescription
Protected methodCustomFolderDescriptionLines (Inherited from fileDataStructure.)
Public methodDefineDefaultIndustries
Public methodDescribeSelf
Describes the self.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetOrMakeExperiment
Gets the or make experiment.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnBeforeSave
Called before saving the data structure
(Overrides fileDataStructure.OnBeforeSave.)
Public methodOnLoaded
Called when object is loaded
(Overrides fileDataStructure.OnLoaded.)
Public methodSave(ILogBuilder) (Inherited from fileDataStructure.)
Public methodSave(folderNode, Boolean, ILogBuilder)
Saves the project to the specified folder, if null then to its default folder [!:folder]
Public methodSetFolderDescription (Inherited from fileDataStructure.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also