|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.cmu.minorthird.classify.multi.InstanceFromPrediction
public class InstanceFromPrediction
An instance that has predicted values from each dimension added as features
| Constructor Summary | |
|---|---|
InstanceFromPrediction(Instance instance,
java.lang.String[] previousLabels)
|
|
| Method Summary | |
|---|---|
Instance |
asPlainInstance()
Return the wrapped instance. |
java.util.Iterator<Feature> |
binaryFeatureIterator()
Return an iterator over all binary features. |
java.util.Iterator<Feature> |
featureIterator()
Return an iterator over all features |
java.lang.Object |
getSource()
Get the underlying object used that this instance describes |
java.lang.String |
getSubpopulationId()
Get the subpopulation from which this instance was drawn. |
double |
getWeight(Feature f)
Get the weight assigned to a feature in this instance. |
java.util.Iterator<Feature> |
numericFeatureIterator()
Return an iterator over all numeric features. |
int |
numFeatures()
Return the number of all the features |
Viewer |
toGUI()
Create a view of this object |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InstanceFromPrediction(Instance instance,
java.lang.String[] previousLabels)
instance - - the instance to extendpreviousLabels - - element k is the classLabel of the example
(k+1) positions before this instance in the sequence.| Method Detail |
|---|
public Instance asPlainInstance()
public final java.lang.Object getSource()
Instance
getSource in interface Instancepublic final java.lang.String getSubpopulationId()
Instance
getSubpopulationId in interface HasSubpopulationIdgetSubpopulationId in interface Instancepublic final java.util.Iterator<Feature> numericFeatureIterator()
Instance
numericFeatureIterator in interface Instancepublic final java.util.Iterator<Feature> binaryFeatureIterator()
Instance
binaryFeatureIterator in interface Instancepublic final java.util.Iterator<Feature> featureIterator()
Instance
featureIterator in interface Instancepublic final int numFeatures()
Instance
numFeatures in interface Instancepublic final double getWeight(Feature f)
Instance
getWeight in interface Instancepublic java.lang.String toString()
toString in class java.lang.Objectpublic final Viewer toGUI()
Visible
toGUI in interface Visible
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||