Class TransformNNSearch

    • Field Detail

      • m_myInstances

        protected weka.core.Instances m_myInstances
        Transformed instances.
    • Constructor Detail

      • TransformNNSearch

        public TransformNNSearch()
      • TransformNNSearch

        public TransformNNSearch​(weka.core.Instances insts)
    • Method Detail

      • getTransformedInstances

        public weka.core.Instances getTransformedInstances()
      • transformInstance

        public abstract weka.core.Instance transformInstance​(weka.core.Instance in)
                                                      throws Exception
        Throws:
        Exception