edu.cmu.minorthird.classify.multi
Class MultiExampleSchema

java.lang.Object
  extended by edu.cmu.minorthird.classify.multi.MultiExampleSchema
All Implemented Interfaces:
java.io.Serializable

public class MultiExampleSchema
extends java.lang.Object
implements java.io.Serializable

Defines legal formats for examples with multiple labels. Currently this just checks that the class labels are in some legal set.

Author:
Cameron Williams
See Also:
Serialized Form

Constructor Summary
MultiExampleSchema(ExampleSchema[] schemas)
          Create a new scheme with the given list of validClassNames
 
Method Summary
 ExampleSchema[] getSchemas()
           
 int numDimensions()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiExampleSchema

public MultiExampleSchema(ExampleSchema[] schemas)
Create a new scheme with the given list of validClassNames

Method Detail

getSchemas

public ExampleSchema[] getSchemas()

numDimensions

public int numDimensions()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object