NcmMSetTransKernCat

NcmMSetTransKernCat — Catalog sampler.

Properties

NcmMSetCatalog * catalog Read / Write / Construct Only
NcmMSetTransKernCatSampling sampling-type Read / Write / Construct

Types and Values

Object Hierarchy

    GEnum
    ╰── NcmMSetTransKernCatSampling
    GObject
    ╰── NcmMSetTransKern
        ╰── NcmMSetTransKernCat

Description

FIXME

Functions

ncm_mset_trans_kern_cat_new ()

NcmMSetTransKernCat *
ncm_mset_trans_kern_cat_new (NcmMSetCatalog *mcat);

New NcmMSetTransKernCat from mcat catalog .

Parameters

mcat

a NcmMSetCatalog

 

Returns

a new NcmMSetTransKernCat.

[transfer full]


ncm_mset_trans_kern_cat_set_sampling ()

void
ncm_mset_trans_kern_cat_set_sampling (NcmMSetTransKernCat *tcat,
                                      NcmMSetTransKernCatSampling sampling);

Sets the sampling type to sampling .

Parameters


ncm_mset_trans_kern_cat_get_sampling ()

NcmMSetTransKernCatSampling
ncm_mset_trans_kern_cat_get_sampling (NcmMSetTransKernCat *tcat);

Gets the sampling type.

Parameters

Returns

the current sampling type NcmMSetTransKernCat.

Types and Values

enum NcmMSetTransKernCatSampling

Sampling methods.

Members

NCM_MSET_TRANS_KERN_CAT_SAMPLING_CHOOSE

sampling by choosing radomly points from the catalog

 

NCM_MSET_TRANS_KERN_CAT_SAMPLING_RBF_INTERP

sampling from the RBF interpolation built using the last ensemble from the catalog

 

NCM_MSET_TRANS_KERN_CAT_SAMPLING_KDE

sampling from the KDE estimate built using the last ensemble from the catalog

 

Property Details

The “catalog” property

  “catalog”                  NcmMSetCatalog *

catalog.

Flags: Read / Write / Construct Only


The “sampling-type” property

  “sampling-type”            NcmMSetTransKernCatSampling

Sampling method to use.

Flags: Read / Write / Construct

Default value: NCM_MSET_TRANS_KERN_CAT_SAMPLING_RBF_INTERP