Class AMCTreeNode<C extends java.io.Serializable>

  • All Implemented Interfaces:
    java.io.Serializable, weka.classifiers.Classifier
    Direct Known Subclasses:
    MCTreeNode, MCTreeNodeReD

    public abstract class AMCTreeNode<C extends java.io.Serializable>
    extends java.lang.Object
    implements weka.classifiers.Classifier
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AMCTreeNode​(java.util.List<C> containedClasses)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double classifyInstance​(weka.core.Instance instance)  
      java.util.Collection<C> getContainedClasses()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface weka.classifiers.Classifier

        buildClassifier, distributionForInstance, getCapabilities
    • Constructor Detail

      • AMCTreeNode

        public AMCTreeNode​(java.util.List<C> containedClasses)
    • Method Detail

      • classifyInstance

        public double classifyInstance​(weka.core.Instance instance)
                                throws java.lang.Exception
        Specified by:
        classifyInstance in interface weka.classifiers.Classifier
        Throws:
        java.lang.Exception
      • getContainedClasses

        public java.util.Collection<C> getContainedClasses()