Class GangEffectsFormatter


  • public class GangEffectsFormatter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GangEffectsFormatter​(int numDecimals, weka.classifiers.evaluation.output.prediction.Format format, java.lang.String lineSeparator)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String formatGangs​(AMResults results)
      Format the provided gang effects using the specified format.
      • Methods inherited from class java.lang.Object

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

      • GangEffectsFormatter

        public GangEffectsFormatter​(int numDecimals,
                                    weka.classifiers.evaluation.output.prediction.Format format,
                                    java.lang.String lineSeparator)
        Parameters:
        numDecimals - the number of digits to output after the decimal point
    • Method Detail

      • formatGangs

        public java.lang.String formatGangs​(AMResults results)
        Format the provided gang effects using the specified format.