public abstract class WeightedDistanceMeasure extends Object implements DistanceMeasure
Parametered.ParameteredGeneralizationslog| Constructor and Description |
|---|
WeightedDistanceMeasure() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.apache.hadoop.conf.Configuration jobConf) |
void |
createParameters(String prefix,
org.apache.hadoop.conf.Configuration jobConf)
EXPERT: consumers should never have to call this method.
|
Collection<Parameter<?>> |
getParameters() |
Vector |
getWeights() |
void |
setWeights(Vector weights) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdistance, distancepublic void createParameters(String prefix, org.apache.hadoop.conf.Configuration jobConf)
ParameteredParametered.ParameteredGeneralizations if java supported it. Calling this method should create a new list of
parameters and is calledcreateParameters in interface Parameteredprefix - ends with a dot if not empty.jobConf - configuration used for retrieving valuesinvoking method,
invoking methodpublic Collection<Parameter<?>> getParameters()
getParameters in interface Parameteredpublic void configure(org.apache.hadoop.conf.Configuration jobConf)
configure in interface Parameteredpublic Vector getWeights()
public void setWeights(Vector weights)
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.