Pszeudo_random_base 2.0.0
dotnet add package Pszeudo_random_base --version 2.0.0
NuGet\Install-Package Pszeudo_random_base -Version 2.0.0
<PackageReference Include="Pszeudo_random_base" Version="2.0.0" />
<PackageVersion Include="Pszeudo_random_base" Version="2.0.0" />
<PackageReference Include="Pszeudo_random_base" />
paket add Pszeudo_random_base --version 2.0.0
#r "nuget: Pszeudo_random_base, 2.0.0"
#:package Pszeudo_random_base@2.0.0
#addin nuget:?package=Pszeudo_random_base&version=2.0.0
#tool nuget:?package=Pszeudo_random_base&version=2.0.0
With this package you can create data with custom weights meaning: You can add some data with different weights and the Data_Logic class will take care of the weights for you. You can add multiple weights for each class. Weights are probability -es. They are a simple function where you can define the desired outcome as the probability from a linear version called linear_probability. Create Trait objects at runtime and add them to your Data_Logic. Each time you want to get a data point from your list_Data_Logic or list of data you can call the get_data_from_random. This returns a Data_Logic element from the list with the closest number of added_probabilites.
To start working with this library first create a class which extends Data_Logic or DLContainer. Then implement the calculation method, and add some of your custom data and your good to go. github link for source: https://github.com/ligvigfui/pszeudo_random_base
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net6.0
- Newtonsoft.Json (>= 13.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.