Share via


LearningModelBindingPreview.Split Method

Definition

Deprecated. Splits the map view into two views.

public:
 virtual void Split([Out] IMapView<Platform::String ^, Platform::Object ^> ^ & first, [Out] IMapView<Platform::String ^, Platform::Object ^> ^ & second) = IMapView<Platform::String ^, Platform::Object ^>::Split;
void Split([Out] IMapView<winrt::hstring, IInspectable const&> const& & first, [Out] IMapView<winrt::hstring, IInspectable const&> const& & second);
public void Split(out IReadOnlyDictionary<string,object> first, out IReadOnlyDictionary<string,object> second);
Public Sub Split (ByRef first As IReadOnlyDictionary(Of String, Object), ByRef second As IReadOnlyDictionary(Of String, Object))

Parameters

first

IReadOnlyDictionary<String,Object>

IMapView<Platform::String,Platform::Object>

IMapView<winrt::hstring,IInspectable>

One half of the original map.

second

IReadOnlyDictionary<String,Object>

IMapView<Platform::String,Platform::Object>

IMapView<winrt::hstring,IInspectable>

The second half of the original map.

Remarks

Warning

This is a deprecated API. Please use the Windows.AI.MachineLearning namespace instead.

Applies to