Uses of Class
com.yahoo.labs.samoa.instances.InstanceImpl
-
Packages that use InstanceImpl Package Description com.yahoo.labs.samoa.instances moa.core moa.evaluation moa.gui.visualization -
-
Uses of InstanceImpl in com.yahoo.labs.samoa.instances
Subclasses of InstanceImpl in com.yahoo.labs.samoa.instances Modifier and Type Class Description class
DenseInstance
The Class DenseInstance.class
FilteredSparseInstance
The Class FilteredSparseInstance.class
SparseInstance
The Class SparseInstance.Constructors in com.yahoo.labs.samoa.instances with parameters of type InstanceImpl Constructor Description DenseInstance(InstanceImpl inst)
Instantiates a new dense instance.FilteredSparseInstance(InstanceImpl inst)
Instantiates a new sparse instance.InstanceImpl(InstanceImpl inst)
Instantiates a new instance.SparseInstance(InstanceImpl inst)
Instantiates a new sparse instance. -
Uses of InstanceImpl in moa.core
Subclasses of InstanceImpl in moa.core Modifier and Type Class Description class
MultilabelInstance
Multilabel instance.Constructors in moa.core with parameters of type InstanceImpl Constructor Description MultilabelInstance(InstanceImpl inst)
-
Uses of InstanceImpl in moa.evaluation
Subclasses of InstanceImpl in moa.evaluation Modifier and Type Class Description protected class
CMM_GTAnalysis.CMMPoint
Wrapper class for data points to store CMM relevant attributes -
Uses of InstanceImpl in moa.gui.visualization
Subclasses of InstanceImpl in moa.gui.visualization Modifier and Type Class Description class
DataPoint
-