immuneML
2.1.2
Contents:
Quickstart
Installing immuneML
Tutorials
immuneML & Galaxy
YAML specification
Use case examples
Troubleshooting
Developer documentation
Set up immuneML for development
How to add a new machine learning method
How to add a new encoding
How to add a new report
How to add a new preprocessing
immuneML platform overview
immuneML data model
immuneML
immuneML package
Subpackages
Module contents
immuneML
»
Developer documentation
»
immuneML
»
immuneML package
»
immuneML.analysis package
»
immuneML.analysis.entropy_calculations package
View page source
immuneML.analysis.entropy_calculations package
Submodules
immuneML.analysis.entropy_calculations.EntropyCalculator module
class
immuneML.analysis.entropy_calculations.EntropyCalculator.
EntropyCalculator
[source]
Bases:
object
Set of functions to help with diversity calculations
static
min_entropy
(
x
)
[source]
static
renyi_entropy
(
x
,
alpha
)
[source]
static
shannon_entropy
(
x
)
[source]
Module contents