Serialized Form

  • Package ristretto.ecjtools

    • Class ristretto.ecjtools.CoevolutionaryStatistics extends ec.simple.SimpleStatistics implements Serializable

      serialVersionUID:
      1L
    • Class ristretto.ecjtools.LexicographicFitness extends ec.Fitness implements Serializable

      serialVersionUID:
      1L
      • Serialized Fields

        • maximize

          boolean[] maximize
          Maximization. Shared.
        • maxObjective

          double[] maxObjective
          Desired maximum fitness values. By default these are 1.0. Shared.
        • minObjective

          double[] minObjective
          Desired minimum fitness values. By default these are 0.0. Shared.
        • objectives

          double[] objectives
          The various objective values.
        • threshold

          double threshold
          Similarity threshold to compare two objectives
    • Class ristretto.ecjtools.MultiObjectiveStatistics extends ec.simple.SimpleStatistics implements Serializable

      serialVersionUID:
      1L
      • Serialized Fields

        • frontLog

          int frontLog
          The pareto front log
        • silentFront

          boolean silentFront
          Silent front
  • Package ristretto.jmltools.classification

    • Class ristretto.jmltools.classification.NaiveBayes extends net.sf.javaml.classification.AbstractClassifier implements Serializable

      serialVersionUID:
      -696347974952015400L
      • Serialized Fields

        • classes

          java.lang.Object[] classes
          Training classes
        • means

          net.sf.javaml.core.Instance[] means
        • nFeatures

          int nFeatures
        • priorProbs

          double[] priorProbs
        • variances

          net.sf.javaml.core.Instance[] variances
  • Package ristretto.jmltools.distance

  • Package ristretto.problem.fs.subset

    • Class ristretto.problem.fs.subset.FSSubsetIndividual extends ec.Individual implements Serializable

      serialVersionUID:
      1L
      • Serialized Fields

        • genome

          java.util.TreeSet<java.lang.Integer> genome
          Subset of selected feature indices
    • Class ristretto.problem.fs.subset.FSSubsetProblem extends ec.Problem implements Serializable

      serialVersionUID:
      8094183456024089262L
      • Serialized Fields

        • data

          net.sf.javaml.core.Dataset data
          The dataset
        • debug

          boolean debug
          Whether to activate the debug logs
    • Class ristretto.problem.fs.subset.FSSubsetSpecies extends ec.Species implements Serializable

      serialVersionUID:
      1L
      • Serialized Fields

        • maxFeature

          int maxFeature
          What's the largest feature index to be used?
        • maxSize

          int maxSize
          What's the largest legal genome?
        • minFeature

          int minFeature
          What's the smallest feature index to be used?
        • minSize

          int minSize
          What's the smallest legal genome?
        • mutationProb

          double mutationProb
          Probability that a gene will mutate, per gene.
        • nFeatures

          int nFeatures
          How many features does it have the feature selection problem?
  • Package ristretto.problem.fs.subset.breed

  • Package ristretto.problem.fs.subset.supervised

  • Package ristretto.problem.fs.subset.unsupervised

    • Class ristretto.problem.fs.subset.unsupervised.FSSubsetUnsupervisedProblem extends FSSubsetProblem implements Serializable

      serialVersionUID:
      8094183456024089262L
      • Serialized Fields

        • clustererClass

          java.lang.Class<?> clustererClass
          Clustering algorithm
        • clustererNumCentroids

          int clustererNumCentroids
          Number of centroids to be used in the clustering algorithm
        • clustererStopCriterion

          double clustererStopCriterion
          Stop criterion to be used in the clustering algorithm
        • compactnessIndexClass

          java.lang.Class<?> compactnessIndexClass
          Compactness index
        • compactnessNormMethodName

          java.lang.String compactnessNormMethodName
          Normalization factor for compactness index
        • maximizeCompactness

          boolean maximizeCompactness
          Should the compactness index be maximized?
        • maximizeSeparation

          boolean maximizeSeparation
          Should the separation index be maximized?
        • separationIndexClass

          java.lang.Class<?> separationIndexClass
          Separation index
        • separationNormMethodName

          java.lang.String separationNormMethodName
          Normalization factor for the separation index
  • Package ristretto.problem.test.zdt

  • Package tests.testCoevolution

    • Class tests.testCoevolution.CoevolutionaryMaxOnes extends ec.Problem implements Serializable

      serialVersionUID:
      1L
      • Serialized Fields

        • optimalFitness

          int optimalFitness
          Optimal fitness
        • shouldSetContext

          boolean shouldSetContext
          Boolean variable to decide whether to include the context or not
  • Package tests.testLibSVM