Class ClassificationModelEvaluator.EntropyResult

java.lang.Object
edu.columbia.tjw.item.spark.ClassificationModelEvaluator.EntropyResult
Enclosing class:
ClassificationModelEvaluator

public static final class ClassificationModelEvaluator.EntropyResult
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    EntropyResult​(long calcTime_, long rowCount_, double crossEntropy_, double distEntropy_)  
  • Method Summary

    Modifier and Type Method Description
    long getCalcTime()  
    double getCrossEntropy()  
    double getDistEntropy()  
    long getRowCount()  

    Methods inherited from class java.lang.Object

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

    • EntropyResult

      public EntropyResult​(long calcTime_, long rowCount_, double crossEntropy_, double distEntropy_)
  • Method Details

    • getCalcTime

      public long getCalcTime()
    • getRowCount

      public long getRowCount()
    • getCrossEntropy

      public double getCrossEntropy()
    • getDistEntropy

      public double getDistEntropy()