Interface ILabeledInstanceSchema
-
- All Superinterfaces:
IInstanceSchema
public interface ILabeledInstanceSchema extends IInstanceSchema
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ILabeledInstanceSchemagetCopy()IAttributegetLabelAttribute()voidreplaceLabelAttribute(IAttribute labelAttribute)-
Methods inherited from interface org.api4.java.ai.ml.core.dataset.schema.IInstanceSchema
addAttribute, addAttribute, getAttribute, getAttributeList, getNumAttributes, getRelationName, removeAttribute
-
-
-
-
Method Detail
-
getLabelAttribute
IAttribute getLabelAttribute()
-
replaceLabelAttribute
void replaceLabelAttribute(IAttribute labelAttribute)
-
getCopy
ILabeledInstanceSchema getCopy()
- Specified by:
getCopyin interfaceIInstanceSchema
-
-