Interface IRankingAttributeValue<O>
-
- All Superinterfaces:
IAttributeValue,IObjectAttributeValue<IRanking<O>>
public interface IRankingAttributeValue<O> extends IObjectAttributeValue<IRanking<O>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IRanking<O>getValue()-
Methods inherited from interface org.api4.java.ai.ml.core.dataset.schema.attribute.IAttributeValue
getAttribute
-
-
-
-
Method Detail
-
getValue
IRanking<O> getValue()
- Specified by:
getValuein interfaceIAttributeValue- Specified by:
getValuein interfaceIObjectAttributeValue<O>
-
-