Interface IModelBase
IModelBase interface.
Namespace:numl
Assembly:numl.dll
Syntax
public interface IModelBase
Properties
View SourceDescriptor
Gets or sets the descriptor.
Declaration
Descriptor Descriptor { get; set; }
Property Value
Type | Description |
---|---|
Descriptor | The descriptor. |
FeatureNormalizer
Feature normalizer to apply to each item.
Declaration
INormalizer FeatureNormalizer { get; set; }
Property Value
Type | Description |
---|---|
INormalizer |
FeatureProperties
Feature properties of the original training set.
Declaration
Summary FeatureProperties { get; set; }
Property Value
Type | Description |
---|---|
Summary |
NormalizeFeatures
Gets or Sets whether to perform feature normalisation using the specified feature normalizer (see INormalizer).
Declaration
bool NormalizeFeatures { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |