AbstractModel() | shark::AbstractModel< CARTree< LabelType > ::InputType, RealVector, CARTree< LabelType > ::ParameterVectorType > | inline |
addModel(CARTree< LabelType > const &model, double weight=1.0) | shark::MeanModel< CARTree< LabelType > > | inline |
BatchInputType typedef | shark::MeanModel< CARTree< LabelType > > | |
BatchOutputType typedef | shark::MeanModel< CARTree< LabelType > > | |
BOOST_SERIALIZATION_SPLIT_MEMBER() | shark::ISerializable | |
clearModels() | shark::MeanModel< CARTree< LabelType > > | inline |
computeFeatureImportances(std::vector< std::vector< std::size_t > > const &oobIndices, LabeledData< RealVector, LabelType > const &data, random::rng_type &rng) | shark::RFClassifier< LabelType > | inline |
computeOOBerror(std::vector< std::vector< std::size_t > > const &oobIndices, LabeledData< RealVector, LabelType > const &data) | shark::RFClassifier< LabelType > | inline |
countAttributes() const | shark::RFClassifier< LabelType > | inline |
createState() const | shark::AbstractModel< CARTree< LabelType > ::InputType, RealVector, CARTree< LabelType > ::ParameterVectorType > | inlinevirtual |
eval(BatchInputType const &patterns, BatchOutputType &outputs) const | shark::MeanModel< CARTree< LabelType > > | inlinevirtual |
eval(BatchInputType const &patterns, BatchOutputType &outputs, State &state) const | shark::MeanModel< CARTree< LabelType > > | inlinevirtual |
AbstractModel< CARTree< LabelType > ::InputType, RealVector, CARTree< LabelType > ::ParameterVectorType >::eval(InputType const &pattern, OutputType &output) const | shark::AbstractModel< CARTree< LabelType > ::InputType, RealVector, CARTree< LabelType > ::ParameterVectorType > | inlinevirtual |
Feature enum name | shark::AbstractModel< CARTree< LabelType > ::InputType, RealVector, CARTree< LabelType > ::ParameterVectorType > | |
featureImportances() const | shark::RFClassifier< LabelType > | inline |
FeatureNotAvailableException typedef | shark::AbstractModel< CARTree< LabelType > ::InputType, RealVector, CARTree< LabelType > ::ParameterVectorType > | |
Features typedef | shark::AbstractModel< CARTree< LabelType > ::InputType, RealVector, CARTree< LabelType > ::ParameterVectorType > | |
features() const | shark::AbstractModel< CARTree< LabelType > ::InputType, RealVector, CARTree< LabelType > ::ParameterVectorType > | inline |
getModel(std::size_t index) const | shark::MeanModel< CARTree< LabelType > > | inline |
HAS_FIRST_INPUT_DERIVATIVE enum value | shark::AbstractModel< CARTree< LabelType > ::InputType, RealVector, CARTree< LabelType > ::ParameterVectorType > | |
HAS_FIRST_PARAMETER_DERIVATIVE enum value | shark::AbstractModel< CARTree< LabelType > ::InputType, RealVector, CARTree< LabelType > ::ParameterVectorType > | |
hasFirstInputDerivative() const | shark::AbstractModel< CARTree< LabelType > ::InputType, RealVector, CARTree< LabelType > ::ParameterVectorType > | inline |
hasFirstParameterDerivative() const | shark::AbstractModel< CARTree< LabelType > ::InputType, RealVector, CARTree< LabelType > ::ParameterVectorType > | inline |
inputShape() const | shark::MeanModel< CARTree< LabelType > > | inlinevirtual |
InputType typedef | shark::AbstractModel< CARTree< LabelType > ::InputType, RealVector, CARTree< LabelType > ::ParameterVectorType > | |
load(InArchive &archive, unsigned int version) | shark::ISerializable | inline |
m_features | shark::AbstractModel< CARTree< LabelType > ::InputType, RealVector, CARTree< LabelType > ::ParameterVectorType > | protected |
m_models | shark::MeanModel< CARTree< LabelType > > | protected |
m_outputDim | shark::MeanModel< CARTree< LabelType > > | protected |
m_weight | shark::MeanModel< CARTree< LabelType > > | protected |
m_weightSum | shark::MeanModel< CARTree< LabelType > > | protected |
MeanModel() | shark::MeanModel< CARTree< LabelType > > | inline |
name() const | shark::RFClassifier< LabelType > | inlinevirtual |
numberOfModels() const | shark::MeanModel< CARTree< LabelType > > | inline |
numberOfParameters() const | shark::IParameterizable< CARTree< LabelType > ::ParameterVectorType > | inlinevirtual |
OOBerror() const | shark::RFClassifier< LabelType > | inline |
operator()(Data< InputType > const &patterns) const | shark::AbstractModel< CARTree< LabelType > ::InputType, RealVector, CARTree< LabelType > ::ParameterVectorType > | inline |
operator()(InputType const &pattern) const | shark::AbstractModel< CARTree< LabelType > ::InputType, RealVector, CARTree< LabelType > ::ParameterVectorType > | inline |
operator()(BatchInputType const &patterns) const | shark::AbstractModel< CARTree< LabelType > ::InputType, RealVector, CARTree< LabelType > ::ParameterVectorType > | inline |
outputShape() const | shark::MeanModel< CARTree< LabelType > > | inlinevirtual |
outputSize() const | shark::MeanModel< CARTree< LabelType > > | inline |
OutputType typedef | shark::AbstractModel< CARTree< LabelType > ::InputType, RealVector, CARTree< LabelType > ::ParameterVectorType > | |
parameterVector() const | shark::MeanModel< CARTree< LabelType > > | inlinevirtual |
ParameterVectorType typedef | shark::MeanModel< CARTree< LabelType > > | |
read(InArchive &archive) | shark::MeanModel< CARTree< LabelType > > | inlinevirtual |
save(OutArchive &archive, unsigned int version) const | shark::ISerializable | inline |
setOutputSize(std::size_t dim) | shark::MeanModel< CARTree< LabelType > > | inline |
setParameterVector(ParameterVectorType const ¶m) | shark::MeanModel< CARTree< LabelType > > | inlinevirtual |
setWeight(std::size_t i, double newWeight) | shark::MeanModel< CARTree< LabelType > > | inline |
updateFeatures() | shark::AbstractModel< CARTree< LabelType > ::InputType, RealVector, CARTree< LabelType > ::ParameterVectorType > | inlinevirtual |
weight(std::size_t i) const | shark::MeanModel< CARTree< LabelType > > | inline |
weightedDerivatives(BatchInputType const &patterns, BatchOutputType const &outputs, BatchOutputType const &coefficients, State const &state, RealVector ¶meterDerivative, BatchInputType &inputDerivative) const | shark::AbstractModel< CARTree< LabelType > ::InputType, RealVector, CARTree< LabelType > ::ParameterVectorType > | inlinevirtual |
weightedInputDerivative(BatchInputType const &pattern, BatchOutputType const &outputs, BatchOutputType const &coefficients, State const &state, BatchInputType &derivative) const | shark::AbstractModel< CARTree< LabelType > ::InputType, RealVector, CARTree< LabelType > ::ParameterVectorType > | inlinevirtual |
weightedParameterDerivative(BatchInputType const &pattern, BatchOutputType const &outputs, BatchOutputType const &coefficients, State const &state, RealVector &derivative) const | shark::AbstractModel< CARTree< LabelType > ::InputType, RealVector, CARTree< LabelType > ::ParameterVectorType > | inlinevirtual |
write(OutArchive &archive) const | shark::MeanModel< CARTree< LabelType > > | inlinevirtual |
~AbstractModel() | shark::AbstractModel< CARTree< LabelType > ::InputType, RealVector, CARTree< LabelType > ::ParameterVectorType > | inlinevirtual |
~INameable() | shark::INameable | inlinevirtual |
~IParameterizable() | shark::IParameterizable< CARTree< LabelType > ::ParameterVectorType > | inlinevirtual |
~ISerializable() | shark::ISerializable | inlinevirtual |