|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.cmu.minorthird.classify.transform.AugmentedInstance
public class AugmentedInstance
Add some features to an instance.
Nested Class Summary | |
---|---|
class |
AugmentedInstance.MyIterator
|
Constructor Summary | |
---|---|
AugmentedInstance(Instance instance,
java.lang.String[] newFeatureNames,
double[] newVals)
|
Method Summary | |
---|---|
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. |
static void |
main(java.lang.String[] argv)
|
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 AugmentedInstance(Instance instance, java.lang.String[] newFeatureNames, double[] newVals)
Method Detail |
---|
public final java.lang.Object getSource()
Instance
getSource
in interface Instance
public final java.lang.String getSubpopulationId()
Instance
getSubpopulationId
in interface HasSubpopulationId
getSubpopulationId
in interface Instance
public final java.util.Iterator<Feature> binaryFeatureIterator()
Instance
binaryFeatureIterator
in interface Instance
public final java.util.Iterator<Feature> numericFeatureIterator()
Instance
numericFeatureIterator
in interface Instance
public final java.util.Iterator<Feature> featureIterator()
Instance
featureIterator
in interface Instance
public final int numFeatures()
Instance
numFeatures
in interface Instance
public final double getWeight(Feature f)
Instance
getWeight
in interface Instance
public java.lang.String toString()
toString
in class java.lang.Object
public final Viewer toGUI()
Visible
toGUI
in interface Visible
public static void main(java.lang.String[] argv)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |