René's URL Explorer Experiment


Title: Interfaces - SPFlow 1.1.0

direct link

Domain: spflow.github.io

color-schemelight dark

Links:

Skip to contenthttps://spflow.github.io/api/interfaces.html#furo-main-content
SPFlow 1.1.0https://spflow.github.io/index.html
SPFlow 1.1.0 https://spflow.github.io/index.html
Getting Startedhttps://spflow.github.io/getting_started.html
Conceptshttps://spflow.github.io/concepts.html
Guideshttps://spflow.github.io/guides/index.html
User Guidehttps://spflow.github.io/guides/user_guide.html
Developer Guidehttps://spflow.github.io/guides/dev_guide.html
APC MNIST Training Examplehttps://spflow.github.io/guides/apc_mnist_guide.html
Using SPFlow with sklearnhttps://spflow.github.io/guides/sklearn.html
Paper Zoohttps://spflow.github.io/zoo/index.html
Autoencoding Probabilistic Circuits (APC)https://spflow.github.io/zoo/apc.html
Random and Tensorized Sum-Product Networks (RAT-SPN)https://spflow.github.io/zoo/rat_spn.html
Einsum Networks (Einet)https://spflow.github.io/zoo/einet.html
Hidden Chow-Liu Trees (HCLT)https://spflow.github.io/zoo/hclt.html
Convolutional Probabilistic Circuits (ConvPc)https://spflow.github.io/zoo/conv_pc.html
Continuous Mixtures (CMs)https://spflow.github.io/zoo/cms.html
Sum of Compatible Squares (SOCS)https://spflow.github.io/zoo/socs.html
Probabilistic Integral Circuits (PICs)https://spflow.github.io/zoo/pic.html
API Documentationhttps://spflow.github.io/api/index.html
Base Classeshttps://spflow.github.io/api/base_modules.html
Data Structureshttps://spflow.github.io/api/data.html
Module Shapehttps://spflow.github.io/api/module_shape.html
DSL (Example Construction)https://spflow.github.io/api/dsl.html
Sum Moduleshttps://spflow.github.io/api/sums.html
Product Moduleshttps://spflow.github.io/api/products.html
Convolutional Moduleshttps://spflow.github.io/api/conv.html
Leaf Moduleshttps://spflow.github.io/api/leaves.html
Operationshttps://spflow.github.io/api/operations.html
Learning and Traininghttps://spflow.github.io/api/learning.html
Scope Managementhttps://spflow.github.io/api/scope.html
Utilitieshttps://spflow.github.io/api/utilities.html
Measureshttps://spflow.github.io/api/measures.html
Wrapper Moduleshttps://spflow.github.io/api/wrappers.html
Interfaceshttps://spflow.github.io/api/interfaces.html
Exceptionshttps://spflow.github.io/api/exceptions.html
Frequently Asked Questionshttps://spflow.github.io/faq.html
Back to top https://spflow.github.io/api/interfaces.html
View this page https://spflow.github.io/_sources/api/interfaces.rst.txt
https://spflow.github.io/api/interfaces.html#interfaces
https://spflow.github.io/api/interfaces.html#classifier
[source]https://spflow.github.io/_modules/spflow/interfaces/classifier.html#Classifier
https://spflow.github.io/api/interfaces.html#spflow.interfaces.classifier.Classifier
ABChttps://docs.python.org/3/library/abc.html#abc.ABC
[source]https://spflow.github.io/_modules/spflow/interfaces/classifier.html#Classifier.predict
https://spflow.github.io/api/interfaces.html#spflow.interfaces.classifier.Classifier.predict
Tensorhttps://docs.pytorch.org/docs/stable/tensors.html#torch.Tensor
Tensorhttps://docs.pytorch.org/docs/stable/tensors.html#torch.Tensor
[source]https://spflow.github.io/_modules/spflow/interfaces/classifier.html#Classifier.predict_proba
https://spflow.github.io/api/interfaces.html#spflow.interfaces.classifier.Classifier.predict_proba
Tensorhttps://docs.pytorch.org/docs/stable/tensors.html#torch.Tensor
Tensorhttps://docs.pytorch.org/docs/stable/tensors.html#torch.Tensor
https://spflow.github.io/api/interfaces.html#sklearn-wrappers
[source]https://spflow.github.io/_modules/spflow/interfaces/sklearn.html#SPFlowDensityEstimator
https://spflow.github.io/api/interfaces.html#spflow.interfaces.sklearn.SPFlowDensityEstimator
BaseEstimatorhttps://scikit-learn.org/stable/modules/generated/sklearn.base.BaseEstimator.html#sklearn.base.BaseEstimator
DensityMixinhttps://scikit-learn.org/stable/modules/generated/sklearn.base.DensityMixin.html#sklearn.base.DensityMixin
Nonehttps://docs.python.org/3/library/constants.html#None
Literalhttps://docs.python.org/3/library/typing.html#typing.Literal
dicthttps://docs.python.org/3/library/stdtypes.html#dict
strhttps://docs.python.org/3/library/stdtypes.html#str
Anyhttps://docs.python.org/3/library/typing.html#typing.Any
Nonehttps://docs.python.org/3/library/constants.html#None
boolhttps://docs.python.org/3/library/functions.html#bool
Literalhttps://docs.python.org/3/library/typing.html#typing.Literal
inthttps://docs.python.org/3/library/functions.html#int
inthttps://docs.python.org/3/library/functions.html#int
inthttps://docs.python.org/3/library/functions.html#int
strhttps://docs.python.org/3/library/stdtypes.html#str
Nonehttps://docs.python.org/3/library/constants.html#None
Optionalhttps://docs.python.org/3/library/typing.html#typing.Optional
Literalhttps://docs.python.org/3/library/typing.html#typing.Literal
Literalhttps://docs.python.org/3/library/typing.html#typing.Literal
Literalhttps://docs.python.org/3/library/typing.html#typing.Literal
[source]https://spflow.github.io/_modules/spflow/interfaces/sklearn.html#SPFlowDensityEstimator.fit
https://spflow.github.io/api/interfaces.html#spflow.interfaces.sklearn.SPFlowDensityEstimator.fit
Anyhttps://docs.python.org/3/library/typing.html#typing.Any
Anyhttps://docs.python.org/3/library/typing.html#typing.Any
Nonehttps://docs.python.org/3/library/constants.html#None
SPFlowDensityEstimatorhttps://spflow.github.io/api/interfaces.html#spflow.interfaces.sklearn.SPFlowDensityEstimator
[source]https://spflow.github.io/_modules/spflow/interfaces/sklearn.html#SPFlowDensityEstimator.sample
https://spflow.github.io/api/interfaces.html#spflow.interfaces.sklearn.SPFlowDensityEstimator.sample
inthttps://docs.python.org/3/library/functions.html#int
inthttps://docs.python.org/3/library/functions.html#int
Nonehttps://docs.python.org/3/library/constants.html#None
ndarrayhttps://numpy.org/doc/stable/reference/generated/numpy.ndarray.html#numpy.ndarray
[source]https://spflow.github.io/_modules/spflow/interfaces/sklearn.html#SPFlowDensityEstimator.score_samples
https://spflow.github.io/api/interfaces.html#spflow.interfaces.sklearn.SPFlowDensityEstimator.score_samples
ndarrayhttps://numpy.org/doc/stable/reference/generated/numpy.ndarray.html#numpy.ndarray
[source]https://spflow.github.io/_modules/spflow/interfaces/sklearn.html#SPFlowClassifier
https://spflow.github.io/api/interfaces.html#spflow.interfaces.sklearn.SPFlowClassifier
BaseEstimatorhttps://scikit-learn.org/stable/modules/generated/sklearn.base.BaseEstimator.html#sklearn.base.BaseEstimator
ClassifierMixinhttps://scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html#sklearn.base.ClassifierMixin
[source]https://spflow.github.io/_modules/spflow/interfaces/sklearn.html#SPFlowClassifier.fit
https://spflow.github.io/api/interfaces.html#spflow.interfaces.sklearn.SPFlowClassifier.fit
SPFlowClassifierhttps://spflow.github.io/api/interfaces.html#spflow.interfaces.sklearn.SPFlowClassifier
[source]https://spflow.github.io/_modules/spflow/interfaces/sklearn.html#SPFlowClassifier.predict
https://spflow.github.io/api/interfaces.html#spflow.interfaces.sklearn.SPFlowClassifier.predict
ndarrayhttps://numpy.org/doc/stable/reference/generated/numpy.ndarray.html#numpy.ndarray
[source]https://spflow.github.io/_modules/spflow/interfaces/sklearn.html#SPFlowClassifier.predict_proba
https://spflow.github.io/api/interfaces.html#spflow.interfaces.sklearn.SPFlowClassifier.predict_proba
ndarrayhttps://numpy.org/doc/stable/reference/generated/numpy.ndarray.html#numpy.ndarray
https://spflow.github.io/api/interfaces.html#spflow.interfaces.sklearn.SPFlowClassifier.set_score_request
meta-estimatorhttps://scikit-learn.org/stable/glossary.html#term-meta-estimator
sklearn.set_config()https://scikit-learn.org/stable/modules/generated/sklearn.set_config.html#sklearn.set_config
User Guidehttps://scikit-learn.org/stable/metadata_routing.html#metadata-routing
https://spflow.github.io/api/interfaces.html#parameters
https://spflow.github.io/api/interfaces.html#returns
Next Exceptions https://spflow.github.io/api/exceptions.html
Previous Wrapper Modules https://spflow.github.io/api/wrappers.html
Sphinxhttps://www.sphinx-doc.org/
@pradyunsghttps://pradyunsg.me
Furohttps://github.com/pradyunsg/furo
Interfaceshttps://spflow.github.io/api/interfaces.html
Classifierhttps://spflow.github.io/api/interfaces.html#classifier
Classifierhttps://spflow.github.io/api/interfaces.html#spflow.interfaces.classifier.Classifier
Classifier.predict()https://spflow.github.io/api/interfaces.html#spflow.interfaces.classifier.Classifier.predict
Classifier.predict_proba()https://spflow.github.io/api/interfaces.html#spflow.interfaces.classifier.Classifier.predict_proba
sklearn Wrappershttps://spflow.github.io/api/interfaces.html#sklearn-wrappers
SPFlowDensityEstimatorhttps://spflow.github.io/api/interfaces.html#spflow.interfaces.sklearn.SPFlowDensityEstimator
SPFlowDensityEstimator.fit()https://spflow.github.io/api/interfaces.html#spflow.interfaces.sklearn.SPFlowDensityEstimator.fit
SPFlowDensityEstimator.sample()https://spflow.github.io/api/interfaces.html#spflow.interfaces.sklearn.SPFlowDensityEstimator.sample
SPFlowDensityEstimator.score_samples()https://spflow.github.io/api/interfaces.html#spflow.interfaces.sklearn.SPFlowDensityEstimator.score_samples
SPFlowClassifierhttps://spflow.github.io/api/interfaces.html#spflow.interfaces.sklearn.SPFlowClassifier
SPFlowClassifier.fit()https://spflow.github.io/api/interfaces.html#spflow.interfaces.sklearn.SPFlowClassifier.fit
SPFlowClassifier.predict()https://spflow.github.io/api/interfaces.html#spflow.interfaces.sklearn.SPFlowClassifier.predict
SPFlowClassifier.predict_proba()https://spflow.github.io/api/interfaces.html#spflow.interfaces.sklearn.SPFlowClassifier.predict_proba
SPFlowClassifier.set_score_request()https://spflow.github.io/api/interfaces.html#spflow.interfaces.sklearn.SPFlowClassifier.set_score_request

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.