Package ai.libs.jaicore.ml.core.dataset
Interface ILabeledInstance<T>
-
- All Known Subinterfaces:
IDyadRankingInstance,ILabeledAttributeArrayInstance<L>,INumericLabeledAttributeArrayInstance<L>
- All Known Implementing Classes:
ADyadRankingInstance,DyadRankingInstance,SimpleInstance,SparseDyadRankingInstance,TimeSeriesInstance,WekaInstance
public interface ILabeledInstance<T>Interface of an instance that has a target value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetTargetValue()Getter for the value of the target attribute.
-
-
-
Method Detail
-
getTargetValue
T getTargetValue()
Getter for the value of the target attribute.- Parameters:
type- The type to bind the value of the target attribute.- Returns:
- The value of the traget attribute.
-
-