This file is indexed.

/usr/include/shark/Algorithms/ is in libshark-dev 3.0.1+ds1-2ubuntu1.

This file is owned by root:root, with mode 0o755.

File Mime Type Owner Mode Size
..
/usr/include/shark/Algorithms/AbstractMultiObjectiveOptimizer.h text/x-c++ root:root 0o644 3.4 KB
/usr/include/shark/Algorithms/AbstractOptimizer.h text/x-c++ root:root 0o644 6.3 KB
/usr/include/shark/Algorithms/AbstractSingleObjectiveOptimizer.h text/x-c root:root 0o644 3.4 KB
/usr/include/shark/Algorithms/DirectSearch/ root:root 0o755
/usr/include/shark/Algorithms/DirectSearch/CMA/ root:root 0o755
/usr/include/shark/Algorithms/DirectSearch/CMA.h text/x-c root:root 0o644 7.5 KB
/usr/include/shark/Algorithms/DirectSearch/CMA/CMAIndividual.h text/x-c++ root:root 0o644 2.4 KB
/usr/include/shark/Algorithms/DirectSearch/CMA/Chromosome.h text/x-c++ root:root 0o644 8.6 KB
/usr/include/shark/Algorithms/DirectSearch/CMSA.h text/x-c root:root 0o644 4.7 KB
/usr/include/shark/Algorithms/DirectSearch/ElitistCMA.h text/x-c++ root:root 0o644 4.5 KB
/usr/include/shark/Algorithms/DirectSearch/FastNonDominatedSort.h text/x-c root:root 0o644 4.4 KB
/usr/include/shark/Algorithms/DirectSearch/FitnessExtractor.h text/x-c root:root 0o644 1.5 KB
/usr/include/shark/Algorithms/DirectSearch/Grid.h text/x-c root:root 0o644 12.1 KB
/usr/include/shark/Algorithms/DirectSearch/GridSearch.h text/x-c++ root:root 0o644 19.7 KB
/usr/include/shark/Algorithms/DirectSearch/HypervolumeApproximator.h text/x-c root:root 0o644 4.8 KB
/usr/include/shark/Algorithms/DirectSearch/HypervolumeCalculator.h text/x-c root:root 0o644 15.5 KB
/usr/include/shark/Algorithms/DirectSearch/Indicators/ root:root 0o755
/usr/include/shark/Algorithms/DirectSearch/Indicators/AdditiveEpsilonIndicator.h text/x-c root:root 0o644 4.2 KB
/usr/include/shark/Algorithms/DirectSearch/Indicators/HypervolumeIndicator.h text/x-c++ root:root 0o644 5.3 KB
/usr/include/shark/Algorithms/DirectSearch/Indicators/InvertedGenerationalDistance.h text/x-c root:root 0o644 3.2 KB
/usr/include/shark/Algorithms/DirectSearch/Indicators/LeastContributorApproximator.h text/x-c root:root 0o644 18.5 KB
/usr/include/shark/Algorithms/DirectSearch/Indicators/MultiplicativeEpsilonIndicator.h text/x-c root:root 0o644 3.8 KB
/usr/include/shark/Algorithms/DirectSearch/Individual.h text/x-c++ root:root 0o644 7.2 KB
/usr/include/shark/Algorithms/DirectSearch/LMCMA.h text/x-c++ root:root 0o644 12.6 KB
/usr/include/shark/Algorithms/DirectSearch/MOCMA.h text/x-c++ root:root 0o644 7.4 KB
/usr/include/shark/Algorithms/DirectSearch/Operators/ root:root 0o755
/usr/include/shark/Algorithms/DirectSearch/Operators/Evaluation/ root:root 0o755
/usr/include/shark/Algorithms/DirectSearch/Operators/Evaluation/PenalizingEvaluator.h text/x-c root:root 0o644 3.9 KB
/usr/include/shark/Algorithms/DirectSearch/Operators/Mutation/ root:root 0o755
/usr/include/shark/Algorithms/DirectSearch/Operators/Mutation/BitflipMutator.h text/x-c root:root 0o644 2.5 KB
/usr/include/shark/Algorithms/DirectSearch/Operators/Mutation/PolynomialMutation.h text/x-c root:root 0o644 4.3 KB
/usr/include/shark/Algorithms/DirectSearch/Operators/PopulationBasedStepSizeAdaptation.h text/x-c++ root:root 0o644 4.6 KB
/usr/include/shark/Algorithms/DirectSearch/Operators/Recombination/ root:root 0o755
/usr/include/shark/Algorithms/DirectSearch/Operators/Recombination/OnePointCrossover.h text/x-c root:root 0o644 1.9 KB
/usr/include/shark/Algorithms/DirectSearch/Operators/Recombination/SimulatedBinaryCrossover.h text/x-c root:root 0o644 4.7 KB
/usr/include/shark/Algorithms/DirectSearch/Operators/Recombination/UniformCrossover.h text/x-c++ root:root 0o644 2.6 KB
/usr/include/shark/Algorithms/DirectSearch/Operators/Selection/ root:root 0o755
/usr/include/shark/Algorithms/DirectSearch/Operators/Selection/EPTournamentSelection.h text/x-c++ root:root 0o644 4.1 KB
/usr/include/shark/Algorithms/DirectSearch/Operators/Selection/ElitistSelection.h text/x-c++ root:root 0o644 3.7 KB
/usr/include/shark/Algorithms/DirectSearch/Operators/Selection/IndicatorBasedSelection.h text/x-c root:root 0o644 4.5 KB
/usr/include/shark/Algorithms/DirectSearch/Operators/Selection/LinearRanking.h text/x-c root:root 0o644 3.9 KB
/usr/include/shark/Algorithms/DirectSearch/Operators/Selection/RouletteWheelSelection.h text/x-c root:root 0o644 2.1 KB
/usr/include/shark/Algorithms/DirectSearch/Operators/Selection/TournamentSelection.h text/x-c root:root 0o644 3.0 KB
/usr/include/shark/Algorithms/DirectSearch/Operators/Selection/UniformRanking.h text/x-c root:root 0o644 2.4 KB
/usr/include/shark/Algorithms/DirectSearch/Operators/TwoPointStepSizeAdaptation.h text/x-c++ root:root 0o644 3.8 KB
/usr/include/shark/Algorithms/DirectSearch/ParetoDominanceComparator.h text/x-c root:root 0o644 3.2 KB
/usr/include/shark/Algorithms/DirectSearch/RealCodedNSGAII.h text/x-c++ root:root 0o644 6.2 KB
/usr/include/shark/Algorithms/DirectSearch/SMS-EMOA.h text/x-c++ root:root 0o644 6.1 KB
/usr/include/shark/Algorithms/DirectSearch/SimplexDownhill.h text/x-c++ root:root 0o644 5.0 KB
/usr/include/shark/Algorithms/DirectSearch/SteadyStateMOCMA.h text/x-c++ root:root 0o644 7.6 KB
/usr/include/shark/Algorithms/DirectSearch/VDCMA.h text/x-c++ root:root 0o644 12.5 KB
/usr/include/shark/Algorithms/GradientDescent/ root:root 0o755
/usr/include/shark/Algorithms/GradientDescent/AbstractLineSearchOptimizer.h text/x-c++ root:root 0o644 4.0 KB
/usr/include/shark/Algorithms/GradientDescent/BFGS.h text/x-c++ root:root 0o644 1.8 KB
/usr/include/shark/Algorithms/GradientDescent/CG.h text/x-c++ root:root 0o644 2.4 KB
/usr/include/shark/Algorithms/GradientDescent/Impl/ root:root 0o755
/usr/include/shark/Algorithms/GradientDescent/Impl/dlinmin.inl text/x-c root:root 0o644 7.2 KB
/usr/include/shark/Algorithms/GradientDescent/Impl/wolfecubic.inl text/x-c++ root:root 0o644 6.6 KB
/usr/include/shark/Algorithms/GradientDescent/LBFGS.h text/x-c++ root:root 0o644 3.4 KB
/usr/include/shark/Algorithms/GradientDescent/LineSearch.h text/x-c++ root:root 0o644 4.3 KB
/usr/include/shark/Algorithms/GradientDescent/Rprop.h text/x-c++ root:root 0o644 19.8 KB
/usr/include/shark/Algorithms/GradientDescent/SteepestDescent.h text/x-c++ root:root 0o644 3.0 KB
/usr/include/shark/Algorithms/GradientDescent/TrustRegionNewton.h text/x-c++ root:root 0o644 4.8 KB
/usr/include/shark/Algorithms/JaakkolaHeuristic.h text/x-c++ root:root 0o644 6.5 KB
/usr/include/shark/Algorithms/KMeans.h text/x-c root:root 0o644 6.7 KB
/usr/include/shark/Algorithms/NearestNeighbors/ root:root 0o755
/usr/include/shark/Algorithms/NearestNeighbors/AbstractNearestNeighbors.h text/x-c++ root:root 0o644 2.3 KB
/usr/include/shark/Algorithms/NearestNeighbors/SimpleNearestNeighbors.h text/x-c++ root:root 0o644 5.9 KB
/usr/include/shark/Algorithms/NearestNeighbors/TreeNearestNeighbors.h text/x-c++ root:root 0o644 13.5 KB
/usr/include/shark/Algorithms/Pegasos.h text/x-c++ root:root 0o644 15.1 KB
/usr/include/shark/Algorithms/QP/ root:root 0o755
/usr/include/shark/Algorithms/QP/BoxConstrainedProblems.h text/x-c++ root:root 0o644 15.6 KB
/usr/include/shark/Algorithms/QP/Impl/ root:root 0o755
/usr/include/shark/Algorithms/QP/Impl/AnalyticProblems.h text/plain root:root 0o644 7.0 KB
/usr/include/shark/Algorithms/QP/QpBoxLinear.h text/x-c++ root:root 0o644 16.1 KB
/usr/include/shark/Algorithms/QP/QpMcBoxDecomp.h text/x-c++ root:root 0o644 19.5 KB
/usr/include/shark/Algorithms/QP/QpMcDecomp.h text/x-c++ root:root 0o644 52.4 KB
/usr/include/shark/Algorithms/QP/QpMcLinear.h text/x-c++ root:root 0o644 49.9 KB
/usr/include/shark/Algorithms/QP/QpMcSimplexDecomp.h text/x-c++ root:root 0o644 29.4 KB
/usr/include/shark/Algorithms/QP/QpSolver.h text/x-c++ root:root 0o644 12.7 KB
/usr/include/shark/Algorithms/QP/QpSparseArray.h text/x-c++ root:root 0o644 4.1 KB
/usr/include/shark/Algorithms/QP/QuadraticProgram.h text/x-c root:root 0o644 4.5 KB
/usr/include/shark/Algorithms/QP/SvmProblems.h text/x-c++ root:root 0o644 20.4 KB
/usr/include/shark/Algorithms/StoppingCriteria/ root:root 0o755
/usr/include/shark/Algorithms/StoppingCriteria/AbstractStoppingCriterion.h text/x-c++ root:root 0o644 2.1 KB
/usr/include/shark/Algorithms/StoppingCriteria/GeneralizationLoss.h text/x-c++ root:root 0o644 3.4 KB
/usr/include/shark/Algorithms/StoppingCriteria/GeneralizationQuotient.h text/x-c++ root:root 0o644 3.4 KB
/usr/include/shark/Algorithms/StoppingCriteria/MaxIterations.h text/x-c++ root:root 0o644 2.0 KB
/usr/include/shark/Algorithms/StoppingCriteria/TrainingError.h text/x-c++ root:root 0o644 3.0 KB
/usr/include/shark/Algorithms/StoppingCriteria/TrainingProgress.h text/x-c++ root:root 0o644 3.7 KB
/usr/include/shark/Algorithms/StoppingCriteria/ValidatedStoppingCriterion.h text/x-c++ root:root 0o644 2.4 KB
/usr/include/shark/Algorithms/Trainers/ root:root 0o755
/usr/include/shark/Algorithms/Trainers/AbstractSvmTrainer.h text/x-c++ root:root 0o644 12.2 KB
/usr/include/shark/Algorithms/Trainers/AbstractTrainer.h text/x-c++ root:root 0o644 3.3 KB
/usr/include/shark/Algorithms/Trainers/AbstractWeightedTrainer.h text/x-c++ root:root 0o644 4.4 KB
/usr/include/shark/Algorithms/Trainers/Budgeted/ root:root 0o755
/usr/include/shark/Algorithms/Trainers/Budgeted/AbstractBudgetMaintenanceStrategy.h text/x-c++ root:root 0o644 4.0 KB
/usr/include/shark/Algorithms/Trainers/Budgeted/KernelBudgetedSGDTrainer.h text/x-c++ root:root 0o644 17.2 KB
/usr/include/shark/Algorithms/Trainers/Budgeted/MergeBudgetMaintenanceStrategy.h text/x-c++ root:root 0o644 14.6 KB
/usr/include/shark/Algorithms/Trainers/Budgeted/ProjectBudgetMaintenanceStrategy.h text/x-c root:root 0o644 9.4 KB
/usr/include/shark/Algorithms/Trainers/Budgeted/RemoveBudgetMaintenanceStrategy.h text/x-c++ root:root 0o644 4.1 KB
/usr/include/shark/Algorithms/Trainers/CARTTrainer.h text/x-c++ root:root 0o644 6.4 KB
/usr/include/shark/Algorithms/Trainers/CSvmTrainer.h text/x-c++ root:root 0o644 19.5 KB
/usr/include/shark/Algorithms/Trainers/Distribution/ root:root 0o755
/usr/include/shark/Algorithms/Trainers/Distribution/DistTrainerContainer.h text/x-c++ root:root 0o644 1.6 KB
/usr/include/shark/Algorithms/Trainers/Distribution/GenericDistTrainer.h text/x-c++ root:root 0o644 3.0 KB
/usr/include/shark/Algorithms/Trainers/Distribution/NormalTrainer.h text/x-c++ root:root 0o644 2.9 KB
/usr/include/shark/Algorithms/Trainers/EpsilonSvmTrainer.h text/x-c++ root:root 0o644 7.1 KB
/usr/include/shark/Algorithms/Trainers/FisherLDA.h text/x-c++ root:root 0o644 3.9 KB
/usr/include/shark/Algorithms/Trainers/KernelMeanClassifier.h text/x-c++ root:root 0o644 3.4 KB
/usr/include/shark/Algorithms/Trainers/KernelSGDTrainer.h text/x-c++ root:root 0o644 9.2 KB
/usr/include/shark/Algorithms/Trainers/LDA.h text/x-c++ root:root 0o644 3.7 KB
/usr/include/shark/Algorithms/Trainers/LassoRegression.h text/x-c++ root:root 0o644 9.1 KB
/usr/include/shark/Algorithms/Trainers/LinearRegression.h text/x-c++ root:root 0o644 2.7 KB
/usr/include/shark/Algorithms/Trainers/McReinforcedSvmTrainer.h text/x-c++ root:root 0o644 7.5 KB
/usr/include/shark/Algorithms/Trainers/McSvmADMTrainer.h text/x-c++ root:root 0o644 8.2 KB
/usr/include/shark/Algorithms/Trainers/McSvmATMTrainer.h text/x-c++ root:root 0o644 8.3 KB
/usr/include/shark/Algorithms/Trainers/McSvmATSTrainer.h text/x-c++ root:root 0o644 8.3 KB
/usr/include/shark/Algorithms/Trainers/McSvmCSTrainer.h text/x-c++ root:root 0o644 9.0 KB
/usr/include/shark/Algorithms/Trainers/McSvmLLWTrainer.h text/x-c++ root:root 0o644 8.4 KB
/usr/include/shark/Algorithms/Trainers/McSvmMMRTrainer.h text/x-c++ root:root 0o644 7.5 KB
/usr/include/shark/Algorithms/Trainers/McSvmOVATrainer.h text/x-c++ root:root 0o644 6.9 KB
/usr/include/shark/Algorithms/Trainers/McSvmWWTrainer.h text/x-c++ root:root 0o644 9.3 KB
/usr/include/shark/Algorithms/Trainers/MissingFeatureSvmTrainer.h text/x-c++ root:root 0o644 9.3 KB
/usr/include/shark/Algorithms/Trainers/NBClassifierTrainer.h text/x-c++ root:root 0o644 4.6 KB
/usr/include/shark/Algorithms/Trainers/NormalizeComponentsUnitInterval.h text/x-c++ root:root 0o644 3.5 KB
/usr/include/shark/Algorithms/Trainers/NormalizeComponentsUnitVariance.h text/x-c++ root:root 0o644 3.8 KB
/usr/include/shark/Algorithms/Trainers/NormalizeComponentsWhitening.h text/x-c++ root:root 0o644 4.3 KB
/usr/include/shark/Algorithms/Trainers/NormalizeComponentsZCA.h text/x-c++ root:root 0o644 3.5 KB
/usr/include/shark/Algorithms/Trainers/NormalizeKernelUnitVariance.h text/x-c++ root:root 0o644 4.0 KB
/usr/include/shark/Algorithms/Trainers/OneClassSvmTrainer.h text/x-c++ root:root 0o644 6.5 KB
/usr/include/shark/Algorithms/Trainers/OptimizationTrainer.h text/x-c++ root:root 0o644 3.3 KB
/usr/include/shark/Algorithms/Trainers/PCA.h text/x-c++ root:root 0o644 5.9 KB
/usr/include/shark/Algorithms/Trainers/Perceptron.h text/x-c++ root:root 0o644 2.8 KB
/usr/include/shark/Algorithms/Trainers/RFTrainer.h text/x-c++ root:root 0o644 7.3 KB
/usr/include/shark/Algorithms/Trainers/RegularizationNetworkTrainer.h text/x-c++ root:root 0o644 4.9 KB
/usr/include/shark/Algorithms/Trainers/SigmoidFit.h text/x-c++ root:root 0o644 3.2 KB