Interface PrototypeModel<V>

    • Method Detail

      • getPrototype

        V getPrototype()
        Returns:
        prototype
      • writeToText

        default void writeToText​(TextWriterStream out,
                                 java.lang.String label)
        Implementation of TextWriteable interface.
        Specified by:
        writeToText in interface Model
        Parameters:
        out - Output steam
        label - Optional label to prefix
      • getPrototypeType

        java.lang.String getPrototypeType()
        Type of prototype (Median, Mean, ...) for printing.
        Returns:
        String name