Class SamoaToWekaInstanceConverter

    • Field Detail

      • wekaInstanceInformation

        protected weka.core.Instances wekaInstanceInformation
        The weka instance information.
    • Constructor Detail

      • SamoaToWekaInstanceConverter

        public SamoaToWekaInstanceConverter()
    • Method Detail

      • wekaInstance

        public weka.core.Instance wekaInstance​(Instance inst)
        Weka instance.
        Parameters:
        inst - the inst
        Returns:
        the weka.core. instance
      • wekaInstances

        public weka.core.Instances wekaInstances​(Instances instances)
        Weka instances.
        Parameters:
        instances - the instances
        Returns:
        the weka.core. instances
      • wekaInstancesInformation

        public weka.core.Instances wekaInstancesInformation​(Instances instances)
        Weka instances information.
        Parameters:
        instances - the instances
        Returns:
        the weka.core. instances
      • wekaAttribute

        protected weka.core.Attribute wekaAttribute​(int index,
                                                    Attribute attribute)
        Weka attribute.
        Parameters:
        index - the index
        attribute - the attribute
        Returns:
        the weka.core. attribute