Click or drag to resize
Accord.NET (logo)

DiscretizationTInput, TOutputOptionsMapping Property

Gets the map between matching rules and the output that should be produced/inserted when they match.

Namespace:  Accord.Statistics.Filters
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public TwoWayDictionary<Expression<Func<TInput, bool>>, Expression<Func<TInput, TOutput>>> Mapping { get; }
Request Example View Source

Property Value

Type: TwoWayDictionaryExpressionFuncTInput, Boolean, ExpressionFuncTInput, TOutput
See Also