JSMSolver.Research 1.0.0-alpha1

This is a prerelease version of JSMSolver.Research.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package JSMSolver.Research --version 1.0.0-alpha1
NuGet\Install-Package JSMSolver.Research -Version 1.0.0-alpha1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="JSMSolver.Research" Version="1.0.0-alpha1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JSMSolver.Research --version 1.0.0-alpha1
#r "nuget: JSMSolver.Research, 1.0.0-alpha1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install JSMSolver.Research as a Cake Addin
#addin nuget:?package=JSMSolver.Research&version=1.0.0-alpha1&prerelease

// Install JSMSolver.Research as a Cake Tool
#tool nuget:?package=JSMSolver.Research&version=1.0.0-alpha1&prerelease

Example for Research-Variant1 (namespace JSMSolver.Research.v1)

            var researcher = new Researcher<JSMMedicine, JSMBase.JSMBase>();
            String[] data_path = new string[]
            {
                @"...",
                @"...",
                @"..."
            };
            String[] pathes = new String[]
            {
                @"...",
                @"...",
                @"..."
            };

            HypBatchFull[] hyps = new HypBatchFull[data_path.Length];
            for (int i = 0; i < data_path.Length; i++)
                hyps[i] = new HypBatchFull(data_path[i]);

            var builder = new ResearchDataHypBuilder<JSMMedicine, JSMBase.JSMBase>();
            for (int i = 0; i < data_path.Length; i++)
                builder.Add(hyps[i], pathes[i]);
            var arrh = await builder.Build();
            var chains2 = await researcher.Count(CancellationToken.None, null, arrh.ToArray());
            foreach (var chain in chains2.Data)
            {

            }
            var exp = chains2.Explicability[0][Signs.Plus];
//without hypotheses
  //var builder2 = new ResearchDataBuilder<JSMMedicine, JSMBase.JSMBase>().AddThreshold(0.7);
            //for (int i = 0; i < data_path.Length; i++)
            //    builder2.Add(hyps[i].WrappedCollection);
            //var datas = builder2.Build();

            //var chains = await researcher.Count(CancellationToken.None, null, JSMSolver.Addings.Contr, JSMSolver.Addings.Contr, datas);
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1-beta2 140 10/6/2021
1.0.0-alpha1 273 9/15/2020