Show / Hide Table of Contents

Interface IModelBase

IModelBase interface.

Namespace:numl
Assembly:numl.dll
Syntax
public interface IModelBase

Properties

View Source

Descriptor

Gets or sets the descriptor.

Declaration
Descriptor Descriptor { get; set; }
Property Value
Type Description
Descriptor

The descriptor.

View Source

FeatureNormalizer

Feature normalizer to apply to each item.

Declaration
INormalizer FeatureNormalizer { get; set; }
Property Value
Type Description
INormalizer
View Source

FeatureProperties

Feature properties of the original training set.

Declaration
Summary FeatureProperties { get; set; }
Property Value
Type Description
Summary
View Source

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
  • View Source
©2017 — Seth Juarez
numl v0.9.20-beta
MIT License
docs by docfx