- CachedEstimator - Class in weka.estimators.density
-
Estimator with cached values of PDFs and CDFs.
- CachedEstimator() - Constructor for class weka.estimators.density.CachedEstimator
-
- calculateAverageDistance(IntPermutation[]) - Method in interface weka.intPermutation.distance.IntPermSetDistance
-
Calculates average distance of set of permutations
- calculateAverageDistance(List<IntPermutation>) - Method in interface weka.intPermutation.distance.IntPermSetDistance
-
- calculateAverageDistance(IntPermutation, IntPermutation[]) - Method in interface weka.intPermutation.distance.IntPermSetObjectDistance
-
Calculates average permutation distance between the object and set
- calculateAverageDistance(IntPermutation, Collection<IntPermutation>) - Method in interface weka.intPermutation.distance.IntPermSetObjectDistance
-
Calculates average permutation distance between the object and set
- calculateAverageDistance(IntPermutation[]) - Method in class weka.intPermutation.distance.PairwisePermDistanceCalculator
-
- calculateAverageDistance(List<IntPermutation>) - Method in class weka.intPermutation.distance.PairwisePermDistanceCalculator
-
- calculateAverageDistance(IntPermutation, IntPermutation[]) - Method in class weka.intPermutation.distance.SetObjDistanceCalculator
-
- calculateAverageDistance(IntPermutation, Collection<IntPermutation>) - Method in class weka.intPermutation.distance.SetObjDistanceCalculator
-
- calculateDistance(IntPermutation, IntPermutation) - Method in class weka.intPermutation.distance.AdjacencyDistance
-
- calculateDistance(IntPermutation, IntPermutation) - Method in class weka.intPermutation.distance.CayleyDistance
-
- calculateDistance(IntPermutation, IntPermutation) - Method in class weka.intPermutation.distance.HammingDistance
-
- calculateDistance(IntPermutation, IntPermutation) - Method in interface weka.intPermutation.distance.IntPermDistanceCalc
-
Calculates normalised distance between two permutations perm1 and perm2
- calculateDistance(IntPermutation, IntPermutation) - Method in class weka.intPermutation.distance.PositionalDistance
-
- calculateDistance(IntPermutation, IntPermutation) - Method in class weka.intPermutation.distance.PrecedenceDistance
-
- calculateDistance(IntPermutation, IntPermutation) - Method in class weka.intPermutation.distance.SwapDistance
-
- calculateDistance(IntPermutation, IntPermutation) - Method in class weka.intPermutation.distance.UlamDistance
-
- calculateNorm(double, double) - Method in interface weka.tools.fuzzyNorms.FuzzyNorm
-
Calculates fuzzy norm of two values
- calculateNorm(double, double) - Method in class weka.tools.fuzzyNorms.sNorms.HamaherSNorm
-
- calculateNorm(double, double) - Method in class weka.tools.fuzzyNorms.sNorms.LukasiewiczSNorm
-
- calculateNorm(double, double) - Method in class weka.tools.fuzzyNorms.sNorms.MaxSNorm
-
- calculateNorm(double, double) - Method in class weka.tools.fuzzyNorms.tNorms.DrasticTNorm
-
- calculateNorm(double, double) - Method in class weka.tools.fuzzyNorms.tNorms.HamaherTNorm
-
- calculateNorm(double, double) - Method in class weka.tools.fuzzyNorms.tNorms.LukasiewiczTNorm
-
- calculateNorm(double, double) - Method in class weka.tools.fuzzyNorms.tNorms.MinTNorm
-
- calculateNorm(double, double) - Method in class weka.tools.fuzzyNorms.tNorms.NilpotentTNorm
-
- calculateNorm(double, double) - Method in class weka.tools.fuzzyNorms.tNorms.ProdTNorm
-
- CayleyDistance - Class in weka.intPermutation.distance
-
Cayley distane according to Deza, M Huang, T
For the reverse permuattion the distance is:
(N*ceil(N/2))(N-1)
- CayleyDistance() - Constructor for class weka.intPermutation.distance.CayleyDistance
-
- checkCallGlobalInfo() - Method in class weka.tools.tests.WekaGOEChecker
-
checks whether the object declares a globalInfo method.
- checkCompatibility(Instances, Instance) - Static method in class weka.tools.InstancesTools
-
Checks the compatibility of the instance and the dataset
- checkCompatibility(Instance, Instance) - Static method in class weka.tools.InstancesTools
-
Checks whether the instances are compatible.
- checkEquall(Instance, Instance, boolean) - Static method in class weka.tools.InstancesTools
-
Check whether the instances are equall
- checkSerialization(Object) - Static method in class weka.tools.SerializationTester
-
Check if the object can ber serialized succesfully
- checkToolTipsCall() - Method in class weka.tools.tests.WekaGOEChecker
-
checks whether the object declares tip text method for all its properties.
- classFreq(Instances) - Static method in class weka.tools.data.InstancesOperator
-
Calculates the frequency of class-specific instances.
- classSpecSplit(Instances) - Static method in class weka.tools.data.InstancesOperator
-
Split a dataset according to class indices.
- compareDoubleArrays(double[], double[]) - Static method in class weka.core.UtilsPT
-
Compares two double arrays.
- compareFloatArrays(float[], float[]) - Static method in class weka.core.UtilsPT
-
Compares two float arrays.
- copy() - Method in class weka.core.DenseInstanceFast
-
- copyInstance(Instance) - Static method in class weka.tools.InstancesTools
-
Creates a copy of the instance
- corr(double[], double[]) - Static method in class weka.core.UtilsPT
-
Calculate correlation of two samples (arrays)
- CosineKernel - Class in weka.estimators.density.kernels
-
Cosine kernel
- CosineKernel() - Constructor for class weka.estimators.density.kernels.CosineKernel
-
- countAttribs(Instances, AttributeCounter.Type) - Static method in class weka.tools.data.AttributeCounter
-
- cov(double[], double[]) - Static method in class weka.core.UtilsPT
-
Calculate covariance of two samples of equal length (arr1, arr2)
- GaussianKernel - Class in weka.estimators.density.kernels
-
Gaussian kernel
- GaussianKernel() - Constructor for class weka.estimators.density.kernels.GaussianKernel
-
- GaussianKernelFast - Class in weka.estimators.density.kernels
-
Gaussian kernel with faster CDF estimation
- GaussianKernelFast() - Constructor for class weka.estimators.density.kernels.GaussianKernelFast
-
- generateBaggingSample(Instances, int, double) - Static method in class weka.tools.data.InstancesOperator
-
generates bootstrap sample from base set
- generateBaggingSample(Instances, int) - Static method in class weka.tools.data.InstancesOperator
-
generates bootstrap sample from base set
- generateBaggingSample(Instances) - Static method in class weka.tools.data.InstancesOperator
-
generates bootstrap sample from base set
- generateData() - Method in interface weka.tools.data.DataGenerator
-
- generateData() - Method in class weka.tools.data.RandomDataGenerator
-
- genLinspace(double, double, int) - Static method in class weka.tools.Linspace
-
Generates linspace
- genLinspace(double, double, double) - Static method in class weka.tools.Linspace
-
Generate linspace with given step (delta)
- genLinspaceSym(double, double, int) - Static method in class weka.tools.Linspace
-
Generates symetric linspace -- values are symmetric around the central value.
- genLinspaceSym(double, double, double) - Static method in class weka.tools.Linspace
-
Generates symetric linspace for given step(delta).
- genPermutation(int, int, boolean) - Static method in class weka.intPermutation.IntPermutationOperator
-
Generates base permutation:
minValue, minValue+1, ...
- genPermutation(int, int) - Static method in class weka.intPermutation.IntPermutationOperator
-
Generates a sequence of given length starting from minValue
- getArray() - Method in class weka.intPermutation.IntPermutation
-
- getBandwidth() - Method in class weka.estimators.density.AbstractKernelEstimator
-
- getBandwidth() - Method in interface weka.estimators.density.KernelDensityEstimator
-
- getCDF(double) - Method in class weka.estimators.density.BandwidthSelectionKernelEstimator
-
- getCDF(double) - Method in class weka.estimators.density.BoundedEstimator
-
- getCDF(double) - Method in class weka.estimators.density.CachedEstimator
-
- getCDF(double) - Method in interface weka.estimators.density.DensityEstimator
-
Gets Cumulative Density Function for given x
- getCDF(double) - Method in class weka.estimators.density.SimpleKernelEstimator
-
- getCDF(double) - Method in class weka.estimators.density.WeightedKernelEstimator
-
- getCentralMoment(DensityEstimator, double, double, double) - Static method in class weka.estimators.density.tools.DensityEstimatorProps
-
- getClassAndOptions(Object) - Static method in class weka.core.UtilsPT
-
Helper function for getting options
Return string for object and its options.
- getClassCounts(Instances) - Static method in class weka.tools.InstancesTools
-
Count instances belonging to classes
- getDelta() - Method in class weka.tools.numericIntegration.SimpleIntegrator
-
- getDensEstim() - Method in class weka.estimators.density.CachedEstimator
-
- getExpectedValue(DensityEstimator, double, double) - Static method in class weka.estimators.density.tools.DensityEstimatorProps
-
- getFunction() - Method in class weka.tools.numericIntegration.AIntegrator
-
- getFunction() - Method in interface weka.tools.numericIntegration.Integrator
-
Get the integration function
- getIntegrator() - Method in class weka.tools.numericIntegration.UnivariateIntegratorWrapper
-
- getInversePermutation() - Method in class weka.intPermutation.IntPermutation
-
Generates inverse permutation
- getKernel() - Method in class weka.estimators.density.AbstractKernelEstimator
-
- getKernel() - Method in interface weka.estimators.density.KernelDensityEstimator
-
- getKernelCDFValue(double) - Method in interface weka.estimators.density.Kernel
-
Returns the kernel CDF value for given x.
- getKernelCDFValue(double) - Method in class weka.estimators.density.kernels.CosineKernel
-
- getKernelCDFValue(double) - Method in class weka.estimators.density.kernels.EpanechnikovKernel
-
- getKernelCDFValue(double) - Method in class weka.estimators.density.kernels.GaussianKernel
-
- getKernelCDFValue(double) - Method in class weka.estimators.density.kernels.GaussianKernelFast
-
- getKernelCDFValue(double) - Method in class weka.estimators.density.kernels.LogisticKernel
-
- getKernelCDFValue(double) - Method in class weka.estimators.density.kernels.QuarticKernel
-
- getKernelCDFValue(double) - Method in class weka.estimators.density.kernels.RectangularKernel
-
- getKernelCDFValue(double) - Method in class weka.estimators.density.kernels.SigmoidKernel
-
- getKernelCDFValue(double) - Method in class weka.estimators.density.kernels.TriangularKernel
-
- getKernelCDFValue(double) - Method in class weka.estimators.density.kernels.TriweightKernel
-
- getKernelPDFValue(double) - Method in interface weka.estimators.density.Kernel
-
Returns the kernel PDF value for given x.
- getKernelPDFValue(double) - Method in class weka.estimators.density.kernels.CosineKernel
-
- getKernelPDFValue(double) - Method in class weka.estimators.density.kernels.EpanechnikovKernel
-
- getKernelPDFValue(double) - Method in class weka.estimators.density.kernels.GaussianKernel
-
- getKernelPDFValue(double) - Method in class weka.estimators.density.kernels.GaussianKernelFast
-
- getKernelPDFValue(double) - Method in class weka.estimators.density.kernels.LogisticKernel
-
- getKernelPDFValue(double) - Method in class weka.estimators.density.kernels.QuarticKernel
-
- getKernelPDFValue(double) - Method in class weka.estimators.density.kernels.RectangularKernel
-
- getKernelPDFValue(double) - Method in class weka.estimators.density.kernels.SigmoidKernel
-
- getKernelPDFValue(double) - Method in class weka.estimators.density.kernels.TriangularKernel
-
- getKernelPDFValue(double) - Method in class weka.estimators.density.kernels.TriweightKernel
-
- getKernEstim() - Method in class weka.estimators.density.BandwidthSelectionKernelEstimator
-
- getKernEstim() - Method in class weka.estimators.density.BoundedEstimator
-
- getLowerBound() - Method in class weka.estimators.density.BoundedEstimator
-
- getLowerBound() - Method in class weka.tools.numericIntegration.AIntegrator
-
- getLowerBound() - Method in interface weka.tools.numericIntegration.Integrator
-
Get the lower bound for the integration
- getMax() - Method in class weka.intPermutation.IntPermutation
-
- getMaxDist() - Method in class weka.intPermutation.distance.AdjacencyDistance
-
- getMaxDist() - Method in class weka.intPermutation.distance.CayleyDistance
-
- getMaxDist() - Method in class weka.intPermutation.distance.HammingDistance
-
- getMaxDist() - Method in interface weka.intPermutation.distance.IntPermDistanceCalc
-
- getMaxDist() - Method in interface weka.intPermutation.distance.IntPermSetDistance
-
- getMaxDist() - Method in class weka.intPermutation.distance.PairwisePermDistanceCalculator
-
- getMaxDist() - Method in class weka.intPermutation.distance.PositionalDistance
-
- getMaxDist() - Method in class weka.intPermutation.distance.PrecedenceDistance
-
- getMaxDist() - Method in class weka.intPermutation.distance.SwapDistance
-
- getMaxDist() - Method in class weka.intPermutation.distance.UlamDistance
-
- getMaxEval() - Method in class weka.tools.numericIntegration.UnivariateIntegratorWrapper
-
- getMaxNumNominalValues() - Method in class weka.tools.data.RandomDataGenerator
-
- getMaxValue() - Method in interface weka.intPermutation.distance.IntPermSetObjectDistance
-
Returns maximum value of distance
- getMaxValue() - Method in class weka.intPermutation.distance.SetObjDistanceCalculator
-
- getMin() - Method in class weka.intPermutation.IntPermutation
-
- getMinDist() - Method in class weka.intPermutation.distance.AdjacencyDistance
-
- getMinDist() - Method in class weka.intPermutation.distance.CayleyDistance
-
- getMinDist() - Method in class weka.intPermutation.distance.HammingDistance
-
- getMinDist() - Method in interface weka.intPermutation.distance.IntPermDistanceCalc
-
- getMinDist() - Method in interface weka.intPermutation.distance.IntPermSetDistance
-
- getMinDist() - Method in class weka.intPermutation.distance.PairwisePermDistanceCalculator
-
- getMinDist() - Method in class weka.intPermutation.distance.PositionalDistance
-
- getMinDist() - Method in class weka.intPermutation.distance.PrecedenceDistance
-
- getMinDist() - Method in class weka.intPermutation.distance.SwapDistance
-
- getMinDist() - Method in class weka.intPermutation.distance.UlamDistance
-
- getMinH() - Method in class weka.estimators.density.bandwidthFinders.SimpleBandwidthFinder
-
Returns min allowed bandwidth
- getMinValue() - Method in interface weka.intPermutation.distance.IntPermSetObjectDistance
-
Returns minimum value of distance
- getMinValue() - Method in class weka.intPermutation.distance.SetObjDistanceCalculator
-
- getMoment(DensityEstimator, double, double, double) - Static method in class weka.estimators.density.tools.DensityEstimatorProps
-
- getNumClasses() - Method in class weka.tools.data.RandomDataGenerator
-
- getNumNominalAttributes() - Method in class weka.tools.data.RandomDataGenerator
-
- getNumNumericAttributes() - Method in class weka.tools.data.RandomDataGenerator
-
- getNumObjects() - Method in class weka.tools.data.RandomDataGenerator
-
- getNumSamples() - Method in class weka.tools.numericIntegration.RandomisedIntegrator
-
- getNumVals() - Method in class weka.tools.WeightedValuesHolder
-
- getOptions() - Method in class weka.estimators.density.AbstractKernelEstimator
-
- getOptions() - Method in class weka.estimators.density.bandwidthFinders.SimpleBandwidthFinder
-
- getOptions() - Method in class weka.estimators.density.BandwidthSelectionKernelEstimator
-
- getOptions() - Method in class weka.estimators.density.BoundedEstimator
-
- getOptions() - Method in class weka.estimators.density.CachedEstimator
-
- getPDF(double) - Method in class weka.estimators.density.BandwidthSelectionKernelEstimator
-
- getPDF(double) - Method in class weka.estimators.density.BoundedEstimator
-
- getPDF(double) - Method in class weka.estimators.density.CachedEstimator
-
- getPDF(double) - Method in interface weka.estimators.density.DensityEstimator
-
Gets Probability Density Function for given x
- getPDF(double) - Method in class weka.estimators.density.SimpleKernelEstimator
-
- getPDF(double) - Method in class weka.estimators.density.WeightedKernelEstimator
-
- getScaleFactor() - Method in class weka.estimators.density.bandwidthFinders.SimpleBandwidthFinder
-
Gets the scale factor used to sale the bandwidth found
- getSecMoment(DensityEstimator, double, double) - Static method in class weka.estimators.density.tools.DensityEstimatorProps
-
- getSeed() - Method in class weka.tools.data.RandomDataGenerator
-
- getSeed() - Method in class weka.tools.numericIntegration.RandomisedIntegrator
-
- getSequenceLength() - Method in class weka.tools.numericIntegration.SimpleIntegrator
-
- getStandarizedMoment(DensityEstimator, double, double, double) - Static method in class weka.estimators.density.tools.DensityEstimatorProps
-
- getUpperBound() - Method in class weka.estimators.density.BoundedEstimator
-
- getUpperBound() - Method in class weka.tools.numericIntegration.AIntegrator
-
- getUpperBound() - Method in interface weka.tools.numericIntegration.Integrator
-
Get the upper bound for the integration
- getValue(int) - Method in class weka.tools.WeightedValuesHolder
-
- getValues() - Method in class weka.estimators.density.BandwidthSelectionKernelEstimator
-
- getValues() - Method in class weka.estimators.density.BoundedEstimator
-
- getValues() - Method in class weka.estimators.density.CachedEstimator
-
- getValues() - Method in interface weka.estimators.density.DensityEstimator
-
Get values added to the estimator
- getValues() - Method in class weka.estimators.density.SimpleKernelEstimator
-
- getValues() - Method in class weka.estimators.density.WeightedKernelEstimator
-
- getVariance(DensityEstimator, double, double) - Static method in class weka.estimators.density.tools.DensityEstimatorProps
-
- getWeight(int) - Method in class weka.tools.WeightedValuesHolder
-
- getWeights() - Method in class weka.estimators.density.BandwidthSelectionKernelEstimator
-
- getWeights() - Method in class weka.estimators.density.BoundedEstimator
-
- getWeights() - Method in class weka.estimators.density.CachedEstimator
-
- getWeights() - Method in interface weka.estimators.density.DensityEstimator
-
Get weights of the stored values/samples
- getWeights() - Method in class weka.estimators.density.SimpleKernelEstimator
-
- getWeights() - Method in class weka.estimators.density.WeightedKernelEstimator
-
- globalInfo() - Method in interface weka.tools.GlobalInfoHandler
-
Returns the globalInfo
- GlobalInfoHandler - Interface in weka.tools
-
- scaleFactorTipText() - Method in class weka.estimators.density.bandwidthFinders.SimpleBandwidthFinder
-
- SerialCopier - Class in weka.tools
-
- SerialCopier() - Constructor for class weka.tools.SerialCopier
-
- SerializationTester - Class in weka.tools
-
Object that checks serialization
- SerializationTester() - Constructor for class weka.tools.SerializationTester
-
- setAddClassAttrib(boolean) - Method in class weka.tools.data.RandomDataGenerator
-
- setAllowUnary(boolean) - Method in class weka.tools.data.RandomDataGenerator
-
- setBandwidth(double) - Method in class weka.estimators.density.AbstractKernelEstimator
-
- setBandwidth(double) - Method in interface weka.estimators.density.KernelDensityEstimator
-
- setDebug(boolean) - Method in interface weka.core.Debuggable
-
- setDebug(Object, boolean) - Static method in class weka.core.DebugSetter
-
- setDelta(double) - Method in class weka.tools.numericIntegration.SimpleIntegrator
-
- setDensEstim(DensityEstimator) - Method in class weka.estimators.density.CachedEstimator
-
- setFunction(Function) - Method in class weka.tools.numericIntegration.AIntegrator
-
- setFunction(Function) - Method in interface weka.tools.numericIntegration.Integrator
-
Set the function to integrate;
- setIntegrator(UnivariateIntegrator) - Method in class weka.tools.numericIntegration.UnivariateIntegratorWrapper
-
- setKernel(Kernel) - Method in class weka.estimators.density.AbstractKernelEstimator
-
- setKernel(Kernel) - Method in interface weka.estimators.density.KernelDensityEstimator
-
- setKernEstim(KernelDensityEstimator) - Method in class weka.estimators.density.BandwidthSelectionKernelEstimator
-
- setKernEstim(DensityEstimator) - Method in class weka.estimators.density.BoundedEstimator
-
- setLowerBound(double) - Method in class weka.estimators.density.BoundedEstimator
-
- setLowerBound(double) - Method in class weka.tools.numericIntegration.AIntegrator
-
- setLowerBound(double) - Method in interface weka.tools.numericIntegration.Integrator
-
Set the lower bound for the integration
- setLowerBound(double) - Method in class weka.tools.numericIntegration.SimpleIntegrator
-
- setMaxEval(int) - Method in class weka.tools.numericIntegration.UnivariateIntegratorWrapper
-
- setMaxNumNominalValues(int) - Method in class weka.tools.data.RandomDataGenerator
-
- setMinH(double) - Method in class weka.estimators.density.bandwidthFinders.SimpleBandwidthFinder
-
Sets min allowed bandwidth
- setNumClasses(int) - Method in class weka.tools.data.RandomDataGenerator
-
- setNumNominalAttributes(int) - Method in class weka.tools.data.RandomDataGenerator
-
- setNumNumericAttributes(int) - Method in class weka.tools.data.RandomDataGenerator
-
- setNumObjects(int) - Method in class weka.tools.data.RandomDataGenerator
-
- setNumSamples(int) - Method in class weka.tools.numericIntegration.RandomisedIntegrator
-
- SetObjDistanceCalculator - Class in weka.intPermutation.distance
-
Calculate distances for set of permutations
- SetObjDistanceCalculator(IntPermDistanceCalc) - Constructor for class weka.intPermutation.distance.SetObjDistanceCalculator
-
- setOptions(String[]) - Method in class weka.estimators.density.AbstractKernelEstimator
-
- setOptions(String[]) - Method in class weka.estimators.density.bandwidthFinders.SimpleBandwidthFinder
-
- setOptions(String[]) - Method in class weka.estimators.density.BandwidthSelectionKernelEstimator
-
- setOptions(String[]) - Method in class weka.estimators.density.BoundedEstimator
-
- setOptions(String[]) - Method in class weka.estimators.density.CachedEstimator
-
- setScaleFactor(double) - Method in class weka.estimators.density.bandwidthFinders.SimpleBandwidthFinder
-
Sets the scale factor used to sale the bandwidth found
- setSeed(int) - Method in class weka.tools.data.RandomDataGenerator
-
- setSeed(int) - Method in class weka.tools.numericIntegration.RandomisedIntegrator
-
- setSequenceLength(int) - Method in class weka.tools.numericIntegration.SimpleIntegrator
-
- setUpperBound(double) - Method in class weka.estimators.density.BoundedEstimator
-
- setUpperBound(double) - Method in class weka.tools.numericIntegration.AIntegrator
-
- setUpperBound(double) - Method in interface weka.tools.numericIntegration.Integrator
-
Set the upper bound for the integration
- setUpperBound(double) - Method in class weka.tools.numericIntegration.SimpleIntegrator
-
- shufflePermutation(int) - Method in class weka.intPermutation.IntPermutation
-
- shufflePermutation(int[], int) - Static method in class weka.intPermutation.IntPermutationOperator
-
- SigmoidKernel - Class in weka.estimators.density.kernels
-
Sigmoid Kernel
- SigmoidKernel() - Constructor for class weka.estimators.density.kernels.SigmoidKernel
-
- SilvermanBandwidthSelectionKernel - Class in weka.estimators.density.bandwidthFinders
-
Implements Silverman's bandwidth selection rule
- SilvermanBandwidthSelectionKernel() - Constructor for class weka.estimators.density.bandwidthFinders.SilvermanBandwidthSelectionKernel
-
- SimpleBandwidthFinder - Class in weka.estimators.density.bandwidthFinders
-
- SimpleBandwidthFinder() - Constructor for class weka.estimators.density.bandwidthFinders.SimpleBandwidthFinder
-
- SimpleIntegrator - Class in weka.tools.numericIntegration
-
Simple integration with a uniform sequence.
- SimpleIntegrator() - Constructor for class weka.tools.numericIntegration.SimpleIntegrator
-
- SimpleKernelEstimator - Class in weka.estimators.density
-
Simple kernel estimator
- SimpleKernelEstimator() - Constructor for class weka.estimators.density.SimpleKernelEstimator
-
- SimpsonsIntegrator - Class in weka.tools.numericIntegration
-
Performs numerical integration using Simpsons rule
- SimpsonsIntegrator() - Constructor for class weka.tools.numericIntegration.SimpsonsIntegrator
-
- softMax(double[]) - Static method in class weka.core.UtilsPT
-
Calculates soft-max of the array
- softMin(double[]) - Static method in class weka.core.UtilsPT
-
Calculates soft-min of the array
- splitSet(Instances, double, int) - Static method in class weka.tools.data.InstancesOperator
-
Splits input set into two sets according to splitCoeff
First set crdinality -> numOfInstances*splitCoeff
Second set crdinality -> numOfInstances*(1-splitCoeff)
- splitSet(Instances, double) - Static method in class weka.tools.data.InstancesOperator
-
Splits input set into two sets according to splitCoeff
First set crdinality -> numOfInstances*splitCoeff
Second set crdinality -> numOfInstances*(1-splitCoeff)
- splItSet(Instances, int) - Static method in class weka.tools.data.InstancesOperator
-
Splits input set into two sets according to firstSetNum
First set -> first firstSetNum instances
Second set -> remaining instances
Does not shuffle
- standarizeData(Instances) - Static method in class weka.tools.data.InstancesOperator
-
Standarize data for 0 mean and unit variance
- stdDev(double[]) - Static method in class weka.core.UtilsPT
-
Calculates standard deviation of the sample (array)
- strArraysConcat(List<String[]>) - Static method in class weka.tools.OptionTools
-
Concatenates a list of string arrays
- stratifiedSplitSet(Instances, double, int) - Static method in class weka.tools.data.InstancesOperator
-
Splits input set into two sets according to splitCoeff
First set crdinality -> numOfInstances*splitCoeff
Second set crdinality -> numOfInstances*(1-splitCoeff)
Stratified splitt
- supportLower() - Method in interface weka.estimators.density.Kernel
-
Get lower value of kernel support
- supportLower() - Method in class weka.estimators.density.kernels.CosineKernel
-
- supportLower() - Method in class weka.estimators.density.kernels.EpanechnikovKernel
-
- supportLower() - Method in class weka.estimators.density.kernels.GaussianKernel
-
- supportLower() - Method in class weka.estimators.density.kernels.GaussianKernelFast
-
- supportLower() - Method in class weka.estimators.density.kernels.LogisticKernel
-
- supportLower() - Method in class weka.estimators.density.kernels.QuarticKernel
-
- supportLower() - Method in class weka.estimators.density.kernels.RectangularKernel
-
- supportLower() - Method in class weka.estimators.density.kernels.SigmoidKernel
-
- supportLower() - Method in class weka.estimators.density.kernels.TriangularKernel
-
- supportLower() - Method in class weka.estimators.density.kernels.TriweightKernel
-
- supportUpper() - Method in interface weka.estimators.density.Kernel
-
Get upper value of kernel support
- supportUpper() - Method in class weka.estimators.density.kernels.CosineKernel
-
- supportUpper() - Method in class weka.estimators.density.kernels.EpanechnikovKernel
-
- supportUpper() - Method in class weka.estimators.density.kernels.GaussianKernel
-
- supportUpper() - Method in class weka.estimators.density.kernels.GaussianKernelFast
-
- supportUpper() - Method in class weka.estimators.density.kernels.LogisticKernel
-
- supportUpper() - Method in class weka.estimators.density.kernels.QuarticKernel
-
- supportUpper() - Method in class weka.estimators.density.kernels.RectangularKernel
-
- supportUpper() - Method in class weka.estimators.density.kernels.SigmoidKernel
-
- supportUpper() - Method in class weka.estimators.density.kernels.TriangularKernel
-
- supportUpper() - Method in class weka.estimators.density.kernels.TriweightKernel
-
- SwapDistance - Class in weka.intPermutation.distance
-
Kendall's Tau, according to Sevaux, M Sörensen, K
- SwapDistance() - Constructor for class weka.intPermutation.distance.SwapDistance
-