JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
gov.sandia.cognition.util
Interface Weighted
All Known Subinterfaces:
WeightedInputOutputPair
<InputType,OutputType>,
WeightedPair
<FirstType,SecondType>,
WeightedTargetEstimatePair
<TargetType,EstimateType>,
WeightedValue
<ValueType>
All Known Implementing Classes:
AbstractWeighted
,
DefaultWeightedInputOutputPair
,
DefaultWeightedPair
,
DefaultWeightedTargetEstimatePair
,
DefaultWeightedValue
,
DefaultWeightedValueDiscriminant
,
SuccessiveOverrelaxation.Entry
,
WeightedKernel
public interface
Weighted
The
Weighted
interface is to be used on objects that have some weight component assigned to them.
Since:
2.0
Author:
Justin Basilico
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
double
getWeight
()
Gets the weight of the object.
Method Detail
getWeight
double getWeight()
Gets the weight of the object.
Returns:
The weight.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method