AbstractModel() | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | inline |
addModel(CARTClassifier< RealVector > const &model, double weight=1.0) | shark::MeanModel< CARTClassifier< RealVector > > | inline |
BatchInputType typedef | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | |
BatchOutputType typedef | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | |
BOOST_SERIALIZATION_SPLIT_MEMBER() | shark::ISerializable | |
clearModels() | shark::MeanModel< CARTClassifier< RealVector > > | inline |
computeFeatureImportances() | shark::RFClassifier | inline |
computeOOBerror() | shark::RFClassifier | inline |
countAttributes() const | shark::RFClassifier | inline |
createState() const | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | inlinevirtual |
eval(typename base_type::BatchInputType const &patterns, typename base_type::BatchOutputType &outputs) const | shark::MeanModel< CARTClassifier< RealVector > > | inline |
eval(typename base_type::BatchInputType const &patterns, typename base_type::BatchOutputType &outputs, State &state) const | shark::MeanModel< CARTClassifier< RealVector > > | inline |
AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType >::eval(BatchInputType const &patterns, BatchOutputType &outputs) const | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | inlinevirtual |
AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType >::eval(BatchInputType const &patterns, BatchOutputType &outputs, State &state) const=0 | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | pure virtual |
AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType >::eval(InputType const &pattern, OutputType &output) const | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | inlinevirtual |
Feature enum name | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | |
featureImportances() const | shark::RFClassifier | inline |
FeatureNotAvailableException typedef | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | |
Features typedef | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | |
features() const | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | inline |
getForestInfo() const | shark::RFClassifier | inline |
HAS_FIRST_INPUT_DERIVATIVE enum value | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | |
HAS_FIRST_PARAMETER_DERIVATIVE enum value | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | |
HAS_SECOND_INPUT_DERIVATIVE enum value | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | |
HAS_SECOND_PARAMETER_DERIVATIVE enum value | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | |
hasFirstInputDerivative() const | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | inline |
hasFirstParameterDerivative() const | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | inline |
hasSecondInputDerivative() const | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | inline |
hasSecondParameterDerivative() const | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | inline |
InputType typedef | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | |
IS_SEQUENTIAL enum value | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | |
isSequential() const | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | inline |
load(InArchive &archive, unsigned int version) | shark::ISerializable | inline |
m_featureImportances | shark::RFClassifier | protected |
m_features | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | protected |
m_inputDimension | shark::RFClassifier | protected |
m_labelDimension | shark::RFClassifier | protected |
m_models | shark::MeanModel< CARTClassifier< RealVector > > | protected |
m_OOBerror | shark::RFClassifier | protected |
m_weight | shark::MeanModel< CARTClassifier< RealVector > > | protected |
m_weightSum | shark::MeanModel< CARTClassifier< RealVector > > | protected |
MeanModel() | shark::MeanModel< CARTClassifier< RealVector > > | inline |
name() const | shark::RFClassifier | inlinevirtual |
numberOfModels() const | shark::MeanModel< CARTClassifier< RealVector > > | inline |
numberOfParameters() const | shark::IParameterizable | inlinevirtual |
OOBerror() const | shark::RFClassifier | inline |
operator()(Data< InputType > const &patterns) const | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | inline |
operator()(InputType const &pattern) const | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | inline |
operator()(BatchInputType const &patterns) const | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | inline |
OutputType typedef | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | |
parameterVector() const | shark::MeanModel< CARTClassifier< RealVector > > | inlinevirtual |
read(InArchive &archive) | shark::MeanModel< CARTClassifier< RealVector > > | inlinevirtual |
save(OutArchive &archive, unsigned int version) const | shark::ISerializable | inline |
setForestInfo(ForestInfo const &finfo, std::vector< double > const &weights=std::vector< double >()) | shark::RFClassifier | inline |
setInputDimension(std::size_t in) | shark::RFClassifier | inline |
setLabelDimension(std::size_t in) | shark::RFClassifier | inline |
setParameterVector(const RealVector ¶m) | shark::MeanModel< CARTClassifier< RealVector > > | inlinevirtual |
setWeight(std::size_t i, double newWeight) | shark::MeanModel< CARTClassifier< RealVector > > | inline |
updateFeatures() | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | inlinevirtual |
weight(std::size_t i) const | shark::MeanModel< CARTClassifier< RealVector > > | inline |
weightedDerivatives(BatchInputType const &patterns, BatchOutputType const &coefficients, State const &state, RealVector ¶meterDerivative, BatchInputType &inputDerivative) const | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | inlinevirtual |
weightedInputDerivative(BatchInputType const &pattern, BatchOutputType const &coefficients, State const &state, BatchInputType &derivative) const | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | inlinevirtual |
weightedInputDerivative(BatchInputType const &pattern, BatchOutputType const &coefficients, typename Batch< RealMatrix >::type const &errorHessian, State const &state, RealMatrix &derivative, Batch< RealMatrix >::type &hessian) const | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | inlinevirtual |
weightedParameterDerivative(BatchInputType const &pattern, BatchOutputType const &coefficients, State const &state, RealVector &derivative) const | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | inlinevirtual |
weightedParameterDerivative(BatchInputType const &pattern, BatchOutputType const &coefficients, Batch< RealMatrix >::type const &errorHessian, State const &state, RealVector &derivative, RealMatrix &hessian) const | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | inlinevirtual |
write(OutArchive &archive) const | shark::MeanModel< CARTClassifier< RealVector > > | inlinevirtual |
~AbstractModel() | shark::AbstractModel< CARTClassifier< RealVector > ::InputType, CARTClassifier< RealVector > ::OutputType > | inlinevirtual |
~INameable() | shark::INameable | inlinevirtual |
~IParameterizable() | shark::IParameterizable | inlinevirtual |
~ISerializable() | shark::ISerializable | inlinevirtual |