public class MeshEuclid extends BooleanEuclid
| Modifier and Type | Field and Description |
|---|---|
static String |
ALGORITHM_NAME |
static String |
GRID_POINTS |
protected static org.apache.log4j.Logger |
logger |
MAX_THRESHOLDBETA, ITERATIONS_MAX, KAPPA, LEARNING_RATE, lsc, MIN_COVERAGE, MIN_THRESHOLD, STRICTconfiguration, learningParameters, sourceCache, targetCache| Constructor and Description |
|---|
MeshEuclid() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getName()
Name of the core ML algorithm.
|
protected void |
init(List<LearningParameter> learningParameters,
ACache sourceCache,
ACache targetCache)
Initialize the core ML algorithm.
|
protected MLResults |
learn(PseudoFMeasure pfm)
Learning method for unsupervised core ML algorithm implementations.
|
protected AMapping |
predict(ACache source,
ACache target,
MLResults mlModel)
Predict/generate links from source to target based on mlModel.
|
void |
setDefaultParameters()
Set default ACoreMLAlgorithm parameters values
|
activeLearn, activeLearn, configureEuclid, getNextExamples, learn, learn, supportsgetConfiguration, getParameter, getParameters, getSourceCache, getTargetCache, setConfiguration, setParameterprotected static org.apache.log4j.Logger logger
public static final String ALGORITHM_NAME
public static final String GRID_POINTS
protected void init(List<LearningParameter> learningParameters, ACache sourceCache, ACache targetCache)
ACoreMLAlgorithminit in class BooleanEuclidlearningParameters - learning parameterssourceCache - the source cachetargetCache - the target cachepublic void setDefaultParameters()
ACoreMLAlgorithmsetDefaultParameters in class BooleanEuclidprotected MLResults learn(PseudoFMeasure pfm) throws UnsupportedMLImplementationException
ACoreMLAlgorithmlearn in class BooleanEuclidpfm - pseudo F-measure for unsupervised learningUnsupportedMLImplementationException - if ML implementation is not supportedprotected String getName()
ACoreMLAlgorithmgetName in class BooleanEuclidprotected AMapping predict(ACache source, ACache target, MLResults mlModel)
ACoreMLAlgorithmpredict in class BooleanEuclidsource - Cachetarget - CachemlModel - result of training phaseCopyright © 2018. All rights reserved.