文件名称:fcapsy::brain:专注于认知心理学的形式概念分析
文件大小:2.26MB
文件格式:ZIP
更新时间:2024-05-07 21:16:16
psychology concept cognitive fca formal
空想 以为核心的Python实现。 库是受启发的,它基于位(可能是Python中位集的最快实现)。 :warning: 图书馆主要用于我们的研究,尚不能投入生产,欢迎反馈。 基本用法 import random import pandas as pd from fcapsy import Context , ConceptHierarchy from fcapsy . algorithms . fcbo import fcbo df = pd . read_csv ( 'your_favourite_boolean_dataset.csv' ) # create formal context context = Context . from_pandas ( df ) # or generate random one random_context = Context . from_random (
【文件预览】:
fcapsy-development
----setup.py(2KB)
----.gitignore(1KB)
----.travis.yml(233B)
----MANIFEST.in(18B)
----AUTHORS.md(162B)
----LICENSE(1KB)
----setup.cfg(22B)
----.github()
--------workflows()
----README.md(4KB)
----tests()
--------concept_hierarchy()
--------__init__.py(479B)
--------psychology()
--------context()
--------utils()
--------similarity()
--------algorithms()
--------concept()
----logo.png(2.23MB)
----fcapsy()
--------__init__.py(158B)
--------psychology()
--------concept_hierarchy.py(6KB)
--------context.py(4KB)
--------utils.py(154B)
--------concept.py(2KB)
--------algorithms()
--------similarity.py(2KB)
--------decorators.py(624B)
----HISTORY.md(692B)