SPFlow
0.0.40
Getting Started
Installation Instructions
Quickstart
Documentation
SPFlow API
Structure
Learning
spn.algorithms.LearningWrappers.learn_classifier
spn.algorithms.LearningWrappers.learn_cnet
spn.algorithms.LearningWrappers.learn_mspn
spn.algorithms.LearningWrappers.learn_parametric
Inference
Utility Methods
Datasets
Development
Tutorials
Example Gallery
Syntax and DSL
Tractable Probabilistic Models
Querying Probabilistic Models
SPFlow
»
SPFlow API
»
spn.algorithms.LearningWrappers.learn_parametric
View page source
spn.algorithms.LearningWrappers.learn_parametric
learn_parametric
(
data
,
ds_context
,
cols
=
'rdc'
,
rows
=
'kmeans'
,
min_instances_slice
=
200
,
min_features_slice
=
1
,
multivariate_leaf
=
False
,
cluster_univariate
=
False
,
threshold
=
0.3
,
ohe
=
False
,
leaves
=
None
,
memory
=
None
,
rand_gen
=
None
,
cpus
=
-
1
)
[source]