Skip to contents

Applies the Java Maxent cloglog formula: cloglog_java = 1 - exp(-exp(H) * raw_java)

Usage

project_cloglog(fs_ptr, grid_ptrs, feature_names)

Arguments

fs_ptr

External pointer to a FeaturedSpace object.

grid_ptrs

List of external pointers to Grid<float> objects.

feature_names

Character vector of environment variable names.

Value

External pointer to a Grid<float> with Java cloglog scores in [0, 1].

Details

where H is the model entropy and raw_java is the normalised probability. This matches the cloglog output of Java Maxent and dismo.