Computes raw Gibbs distribution scores for new environmental data, using the feature lambdas stored in the trained FeaturedSpace.
Arguments
- featured_space
External pointer to a trained FeaturedSpace object.
- newdata
Numeric matrix: one row per new point, one column per feature. Column values must be the already-evaluated feature values (e.g., from running
maxent_feature_eval()for each feature and each point).