Interface IDyadRankingDataset
-
- All Superinterfaces:
java.util.Collection<IDyadRankingInstance>,IDataset<IDyadRankingInstance>,IDataSource<IDyadRankingInstance>,IDyadRankingDataSource,IInstanceSchemaHandler,ILabeledDataset<IDyadRankingInstance>,ILabeledDataSource<IDyadRankingInstance>,ILabeledInstanceSchemaHandler,IRankingDataset<IDyad,IDyadRankingInstance>,IRankingDataSource<IDyad,IDyadRankingInstance>,java.lang.Iterable<IDyadRankingInstance>,java.util.List<IDyadRankingInstance>
public interface IDyadRankingDataset extends IDyadRankingDataSource, IRankingDataset<IDyad,IDyadRankingInstance>
-
-
Method Summary
-
Methods inherited from interface org.api4.java.ai.ml.core.dataset.IDataset
createEmptyCopy, get, getFeatureMatrix
-
Methods inherited from interface org.api4.java.ai.ml.core.dataset.schema.IInstanceSchemaHandler
getAttribute, getListOfAttributes, getNumAttributes
-
Methods inherited from interface org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset
getLabelVector
-
Methods inherited from interface org.api4.java.ai.ml.core.dataset.schema.ILabeledInstanceSchemaHandler
getInstanceSchema, getLabelAttribute
-
-