Skip to main content

A python package for evidential reasoning (ER) approach

Project description

Python implementations evidential reasoning (ER) approach

Installation:

Using pip:

pip install evidentialreasoning

##Example:

import numpy as np
from evidentialreasoning.ER import *

input = np.array([[0,0,0.2,0.2,0.6,0],[0,0,0.2,0.4,0.4,0],[0,0,0.2,0.8,0,0],[0,0,0.4,0.2,0.4,0]])
weights = np.array([0.25,0.25,0.25,0.25])
a = ER_Aggregation(input,weights)
print(a)
b = ER_Normaliation(a)
print(b)

To be updated

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

evidentialreasoning-1.0.3.tar.gz (6.4 kB view details)

Uploaded Source

Built Distribution

evidentialreasoning-1.0.3-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

Details for the file evidentialreasoning-1.0.3.tar.gz.

File metadata

  • Download URL: evidentialreasoning-1.0.3.tar.gz
  • Upload date:
  • Size: 6.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for evidentialreasoning-1.0.3.tar.gz
Algorithm Hash digest
SHA256 77e59b39e9e7f55d5e354c36aff4d057927290a15b1978afe23df48c5632da58
MD5 5cc80ea63b6f4c9c2a10ae388e8e36b4
BLAKE2b-256 eab92c8f0393cf50b01220b5b92f607f4b158dddfe691319044505988430a15f

See more details on using hashes here.

File details

Details for the file evidentialreasoning-1.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for evidentialreasoning-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 176e5cee50a41b434016a820f3f64ab9defc0ec399f56c6e299a219de88d791d
MD5 22d263e4bbacf5148c8908514f786c0c
BLAKE2b-256 f913f583525e0be560d2786d7886deaaa8954758ec98ebc0120c9dc66ed9e9a7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page