|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.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 Instancepublic final java.lang.String getSubpopulationId()
Instance
getSubpopulationId in interface HasSubpopulationIdgetSubpopulationId in interface Instancepublic final java.util.Iterator<Feature> binaryFeatureIterator()
Instance
binaryFeatureIterator in interface Instancepublic final java.util.Iterator<Feature> numericFeatureIterator()
Instance
numericFeatureIterator 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 Visiblepublic static void main(java.lang.String[] argv)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||