Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
gzhong
/
PreMode
like
0
Graph Machine Learning
English
biology
Model card
Files
Files and versions
Community
main
PreMode
/
analysis
/
Hsu.et.al.git
/
plmc
/
src
/
include
/
inference.h
gzhong
Upload folder using huggingface_hub
7718235
verified
12 months ago
raw
Copy download link
history
blame
contribute
delete
190 Bytes
#
ifndef
INFERENCE_H
#
define
INFERENCE_H
/* Estimates parameters of maximum entropy model */
lbfgsfloatval_t
*
InferPairModel
(
alignment_t
*ali,
options_t
*options)
;
#
endif
/* INFERENCE_H */