public class DataCoverageDistance extends DataCoverageDescriptors
Modifier and Type | Field and Description |
---|---|
protected double[] |
meandata |
boxcox, datasetCenterPoint, maxdata, mindata, pca, pcaTransform, scale
appDomainMethodType, logger, object, pThreshold, threshold
Constructor and Description |
---|
DataCoverageDistance() |
DataCoverageDistance(ADomainMethodType mode) |
Modifier and Type | Method and Description |
---|---|
double |
calcDistance(double[] center,
double[] points,
int nd) |
void |
clear() |
protected double |
doAssessment(double[] points,
int nd) |
protected void |
doEstimation(Jama.Matrix matrix,
int np,
int nd)
does the actual estimation, to be overrided by inherited class
|
double |
euclideanDistance(double[] center,
double[] point,
int nd) |
boolean |
isEmpty() |
assess, assessTransformed, build, doAssessment, estimate, estimateThreshold, getDatasetCenterPoint, getMaxdata, getMindata, getName, inverseTransform, isBoxcox, isPca, isScale, predict, setBoxcox, setCmode, setDatasetCenterPoint, setPca, setScale, toString
clone, getAppDomainMethodType, getDomain, getDomain, getDomainName, getId, getMetricName, getPoints, getPThreshold, setAppDomainMethodType, setDomainName, setMetricName, setMode, setParameters, setPThreshold
public DataCoverageDistance()
public DataCoverageDistance(ADomainMethodType mode)
mode
- public void clear()
clear
in class DataCoverageDescriptors
public double calcDistance(double[] center, double[] points, int nd)
public double euclideanDistance(double[] center, double[] point, int nd)
center
- point
- nd
- protected void doEstimation(Jama.Matrix matrix, int np, int nd)
DataCoverageDescriptors
doEstimation
in class DataCoverageDescriptors
protected double doAssessment(double[] points, int nd)
doAssessment
in class DataCoverageDescriptors
public boolean isEmpty()
isEmpty
in interface IDataCoverage<Jama.Matrix>
isEmpty
in class DataCoverageDescriptors
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.