Class SupervisedLearnerCreatedEvent

  • All Implemented Interfaces:
    org.api4.java.common.event.IEvent

    public class SupervisedLearnerCreatedEvent
    extends java.lang.Object
    implements org.api4.java.common.event.IEvent
    • Constructor Summary

      Constructors 
      Constructor Description
      SupervisedLearnerCreatedEvent​(ai.libs.hasco.model.ComponentInstance instance, org.api4.java.ai.ml.core.learner.ISupervisedLearner<?,​?> classifier)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.api4.java.ai.ml.core.learner.ISupervisedLearner<?,​?> getClassifier()  
      ai.libs.hasco.model.ComponentInstance getInstance()  
      long getTimestamp()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SupervisedLearnerCreatedEvent

        public SupervisedLearnerCreatedEvent​(ai.libs.hasco.model.ComponentInstance instance,
                                             org.api4.java.ai.ml.core.learner.ISupervisedLearner<?,​?> classifier)
    • Method Detail

      • getInstance

        public ai.libs.hasco.model.ComponentInstance getInstance()
      • getClassifier

        public org.api4.java.ai.ml.core.learner.ISupervisedLearner<?,​?> getClassifier()
      • getTimestamp

        public long getTimestamp()
        Specified by:
        getTimestamp in interface org.api4.java.common.event.IEvent