public class RubineConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RubineConfiguration.Config |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,String> |
DEFAULT_CONFIGURATION |
protected Feature[] |
featureList |
protected double |
mahalanobisDistance |
protected double |
minDistance |
protected int |
minimalNumberOfPoints |
protected double |
probability |
| Constructor and Description |
|---|
RubineConfiguration(Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
getDefaultConfiguration() |
Feature[] |
getFeatureList() |
double |
getMahalanobisDistance() |
double |
getMinDistance() |
int |
getMinimalNumberOfPoints() |
int |
getNumberOfFeatures() |
double |
getProbability() |
protected Feature[] featureList
protected double minDistance
protected double mahalanobisDistance
protected double probability
protected int minimalNumberOfPoints
public RubineConfiguration(Configuration config)
public Feature[] getFeatureList()
public double getMinDistance()
public double getMahalanobisDistance()
public double getProbability()
public int getMinimalNumberOfPoints()
public int getNumberOfFeatures()
Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.