|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Parametered | |
---|---|
org.apache.mahout.common.distance | |
org.apache.mahout.common.parameters |
Uses of Parametered in org.apache.mahout.common.distance |
---|
Subinterfaces of Parametered in org.apache.mahout.common.distance | |
---|---|
interface |
DistanceMeasure
This interface is used for objects which can determine a distance metric between two points |
Classes in org.apache.mahout.common.distance that implement Parametered | |
---|---|
class |
CosineDistanceMeasure
This class implements a cosine distance metric by dividing the dot product of two vectors by the product of their lengths |
class |
EuclideanDistanceMeasure
This class implements a Euclidean distance metric by summing the square root of the squared differences between each coordinate. |
class |
MahalanobisDistanceMeasure
|
class |
ManhattanDistanceMeasure
This class implements a "manhattan distance" metric by summing the absolute values of the difference between each coordinate |
class |
SquaredEuclideanDistanceMeasure
Like EuclideanDistanceMeasure but it does not take the square root. |
class |
TanimotoDistanceMeasure
Tanimoto coefficient implementation. |
class |
WeightedDistanceMeasure
Abstract implementation of DistanceMeasure with support for weights. |
class |
WeightedEuclideanDistanceMeasure
This class implements a Euclidean distance metric by summing the square root of the squared differences between each coordinate, optionally adding weights. |
class |
WeightedManhattanDistanceMeasure
This class implements a "Manhattan distance" metric by summing the absolute values of the difference between each coordinate, optionally with weights. |
Uses of Parametered in org.apache.mahout.common.parameters |
---|
Classes in org.apache.mahout.common.parameters with type parameters of type Parametered | |
---|---|
class |
CompositeParameter<T extends Parametered>
A placeholder for some sort of class with more parameters. |
Subinterfaces of Parametered in org.apache.mahout.common.parameters | |
---|---|
interface |
Parameter<T>
An accessor to a parameters in the job. |
Classes in org.apache.mahout.common.parameters that implement Parametered | |
---|---|
class |
AbstractParameter<T>
|
class |
ClassParameter
|
class |
CompositeParameter<T extends Parametered>
A placeholder for some sort of class with more parameters. |
class |
DoubleParameter
|
class |
FileParameter
|
class |
IntegerParameter
|
class |
PathParameter
|
class |
StringParameter
|
Methods in org.apache.mahout.common.parameters with parameters of type Parametered | |
---|---|
static java.lang.String |
Parametered.ParameteredGeneralizations.conf(Parametered parametered)
|
static void |
Parametered.ParameteredGeneralizations.configureParameters(Parametered parametered,
org.apache.hadoop.conf.Configuration jobConf)
|
static void |
Parametered.ParameteredGeneralizations.configureParameters(java.lang.String prefix,
Parametered parametered,
org.apache.hadoop.conf.Configuration jobConf)
Calls createParameters(String,org.apache.hadoop.conf.Configuration)
on parameter parmetered, and then recur down its composite tree to invoke
createParameters(String,org.apache.hadoop.conf.Configuration)
and configure(org.apache.hadoop.conf.Configuration) on
each composite part. |
static java.lang.String |
Parametered.ParameteredGeneralizations.help(Parametered parametered)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |