Delegate JaggedArray.ElementConverter<SourceLeafType, TargetLeafType>
Delegate for jagged array element converter
Namespace: Microsoft.ML.Probabilistic.Collections
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public delegate TargetLeafType ElementConverter<SourceLeafType, TargetLeafType>(SourceLeafType elt);
Parameters
Type | Name | Description |
---|---|---|
SourceLeafType | elt |
Returns
Type | Description |
---|---|
TargetLeafType |
Type Parameters
Name | Description |
---|---|
SourceLeafType | Type of leaf elements in source array |
TargetLeafType | Type of leaf elements in target array |